![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Lowercase to Uppercase | ggovotsis | AIX | 7 | 10-16-2008 10:07 AM |
| renaming files in a directory to lowercase | vhariprasad | Shell Programming and Scripting | 1 | 03-26-2006 12:26 PM |
| How convert lowercase or uppercase | Alex20 | Shell Programming and Scripting | 5 | 03-07-2005 07:07 AM |
| find lowercase filenames | jpprial | UNIX for Dummies Questions & Answers | 4 | 01-28-2002 04:57 PM |
| uppercase to lowercase | webex | Shell Programming and Scripting | 4 | 01-03-2002 02:15 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi,
I need a shell script which changes a bunch of files in a particular directory from lowercase to UPPERCASE. I am not very familiar with shell scripts so a detailed explanation would be greatly appreciated!!!! Thanks ini advance! ![]() |
|
||||
|
Lowercase to Uppercase file names
Quote:
I tried the above code you generously provided, however the only thing that the code does is add a "U" to the beginning of each filename in the the directory. Is there some syntax that is slightly incorrect here??? Thanks for your help! ![]() |
|
||||
|
Quote:
Your ksh script worked a treat - thanks a bunch!! |