![]() |
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 |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| rename files Ax based on strings found in files Bx | inCH | Shell Programming and Scripting | 12 | 10-12-2009 01:52 AM |
| Rename files | cv313x | Shell Programming and Scripting | 2 | 03-31-2009 06:55 AM |
| rename files help | piltrafa | UNIX for Dummies Questions & Answers | 2 | 10-04-2007 09:47 AM |
| rename many files | fsmadi | SUN Solaris | 4 | 04-30-2007 11:27 AM |
| Rename files on the fly | kcor | UNIX for Dummies Questions & Answers | 4 | 11-12-2006 01:24 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Rename files
I wrote a script that accepts filenames as argument but I am having difficulty if filename has both(uper/lower) cases..so I want to write a script that accepts one or more filenames as arguments and converts filenames to uppercase..(actually rename files..)
|
|
||||
|
Code:
rename 'y/a-z/A-Z/' * Quote:
|
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|