Energon
10-29-2001, 03:11 PM
I've got some source files that I'm working with in both Windows and Linux, and because of the nature of MSVC, I have to convert the files to/fromdos format before I can work with them properly... but as far as I know, I can't just fromdos < *.cpp > *.cpp (or maybe I can?), is there an easy way in a bash script to do this? Or should I just be brave and try it with globbing?