Page is a not externally linkable
bkeep - 2:41 am on May 26, 2009 (gmt 0)
it is missing the final .utf8 {} \;
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 {} \;