![]() |
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 |
| renaming file | anushree.a | Shell Programming and Scripting | 3 | 09-30-2008 04:30 AM |
| renaming xls file | systemsb | UNIX for Dummies Questions & Answers | 2 | 10-19-2007 07:50 AM |
| Help in renaming file !!! | kumarsaravana_s | UNIX for Dummies Questions & Answers | 5 | 05-02-2007 12:45 PM |
| Renaming a file name | dbrundrett | Shell Programming and Scripting | 2 | 01-06-2004 10:36 AM |
| Renaming a file to the same name | lachino8 | UNIX for Dummies Questions & Answers | 3 | 07-31-2002 08:52 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
file renaming
How can I rename files named like these
Code:
iq - 000001 - 2008.07.31 - 14.49.47 - location1.bin iq - 000001 - 2008.07.31 - 14.49.47 - location12.bin iq - 000008 - 2008.07.31 - 14.52.01 - location500.bin Code:
iq_2008.07.31_14.49.47_location1.bin iq_2008.07.31_14.49.47_location12.bin iq_2008.07.31_14.52.01_location500.bin Best regards |
|
||||
|
Quote:
Code:
printf "%s\n" iq*.bin Code:
ls iq*.bin |
![]() |
| Bookmarks |
| Tags |
| rename files |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|