I want to convert multiple files from dos2unix command. I tried using >dos2unix *.* but it fails and shows me the usage as usage: dos2unix [ -ascii] [ -iso] [ originalfile [ convertedfile ] ]. How do I convert all files in the directory in a single go ? Haribabu