Created
March 19, 2016 09:53
-
-
Save zdila/f85c16621c41a94bc72c to your computer and use it in GitHub Desktop.
preparations for gpx bulk upload
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rsync -av --progress 2015-12* 2016* /home/martin/1 --exclude *.JPG --exclude *.MOV --exclude *.jpg --exclude *.bin --exclude *.pto | |
cat *.NMA > merged.NMA && gpsbabel -i nmea -f merged.NMA -o gpx -F skm53.gpx && rm *.NMA |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment