> ls | while read filename
> do
> mv -i "$filename" "`echo \"$filename\" | iconv -f GB2312 -t UTF8`"
> done

Or you can use the convmv tool (in fedora) to do that too.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to