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