У суб, 16. 03 2013. у 21:26 +0100, Moe Blue пише:
> 4. removed *_shotwell and *_embedded files from the DCIM folder on my 
> camera. (now only the original .ARW and the _ARW.jpg are left).

You can use some shell command to rename all of files in your directory.
Try this for example:

for file in *.ARW.jpg; do mv ${file} ${file%.ARW.jpg}.jpg; done


_______________________________________________
Shotwell mailing list
[email protected]
http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell

Reply via email to