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.
path
Use for to get the files. Use iconv to convert them.
for
iconv
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
1 year ago
viewed
471 times
active