Sunday, 2 June 2013

Apply "iconv" to all files

Apply "iconv" to all files

While trying to convert a collection of .srt files:
iconv -f cp1256 -t utf-8 directory/* > target/*
it converts all the 22 files in the directory to one file in the target called *. I want the processed files to appear separately in the target folder. could anybody help?

No comments:

Post a Comment