e.g. `ls old/*.jpeg | parallel mv {} new/{/.}.jpg` is easier than a bash loop.[1]
[1] Yes, it should be `find -print0` or something, blah blah, it's an example.
e.g. `ls old/*.jpeg | parallel mv {} new/{/.}.jpg` is easier than a bash loop.[1]
[1] Yes, it should be `find -print0` or something, blah blah, it's an example.