On 29/02/16 16:44, Robert William Hutton wrote:
> Next, modify the xmp files to remove the GPS* entries.  Something like this 
> should work:
>
> cd directory_with_xmps_and_raws
> mkdir xmp_backup
> cp *.xmp xmp_backup

Oops.  That should be:

cd directory_with_xmps_and_raws
mkdir xmp_backup
cp *.xmp xmp_backup
for file in *.xmp ; do sed -i '/GPS/d' "$file" ; done

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Darktable-users mailing list
Darktable-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-users

Reply via email to