Is there any way to change encoding for a lot of text files using command line (bash interpreter)?

To be precise I want to get paths to specific files using path and then change their encoding in shell script.

link|improve this question
feedback

1 Answer

Use for to get the files. Use iconv to convert them.

link|improve this answer
Thank you! It's just what I want. – east825 Sep 28 '11 at 9:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.