Is it possible to use a simple perl script to do simple unix commands.
(similar to the shell scripts)?

For example I want to run a unix command on all files in a current
directory:

Shell script (just pick dos2unix for example):

Foreach f (*.*)
        Dos2unix $f
        Echo $f . " cleaned"
Done

Thanks,

tim

____________________________________________________
Timothy B Booher, Lt USAF, AFRL/MNAC
101 West Eglin Blvd, Suite 339 
Eglin AFB FL 32542-6810 
Phone: 850-882-8302 Ext. 3360 (DSN 872-)
FAX: 850-882-2201

Reply via email to