uboot's Comments
Post | When | Comment |
---|---|---|
Viewing photo GPS locations on linux | Hi James, I tested your script and I had to modify the sed-command. Otherwise, $2 started with an E. ~~~ sed ‘s/[NE]//g;s/[SW]/-/g;’ ~~~ With this modification, the regex is used globally. Thanks for this cool idea and the good realization. Markus |