Page is a not externally linkable
- Hardware and OS Related Technologies
-- Linux, Unix, and *nix like Operating Systems
---- How can I change file extensions recursively?


bkeep - 2:41 am on May 26, 2009 (gmt 0)


be careful the one line is wrong and will wipe out everything if you aren't careful replace it with this code


find . -type f \( ! -iname "*.ttf" ! -iname "*.gif" ! -iname "*.jpg" ! -iname "*.jpeg" ! -iname "*.png" \) -exec iconv -f $CONVERT_FROM -t $CONVERT_TO -s -o {}.utf8 {} \;

it is missing the final .utf8 {} \;


Thread source:: http://www.webmasterworld.com/linux/3919688.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com