RE: [Perl-unix-users] command interpreter uppercase files

2001-02-09 Thread Michael Donnelly
riday, February 09, 2001 7:32 AM > To: [EMAIL PROTECTED] > Subject: [Perl-unix-users] command interpreter uppercase files > > > Hi perl users, > > > > I have ftp some files from NT to unix and it has put all my files in > lowercase. > > Is there

RE: [Perl-unix-users] command interpreter uppercase files

2001-02-09 Thread Kamal, Nasir
PROTECTED] Subject: [Perl-unix-users] command interpreter uppercase files Hi perl users, I have ftp some files from NT to unix and it has put all my files in lowercase. Is there a way to use the perl command line to uppercase all my files. should be something perl -p -e ??? * output

[Perl-unix-users] command interpreter uppercase files

2001-02-09 Thread Dennis Smith
Hi perl users, I have ftp some files from NT to unix and it has put all my files in lowercase. Is there a way to use the perl command line to uppercase all my files. should be something perl -p -e ??? * output would be fileato FILEA I know how to use sed buit I dont