Sponsored Content
Top Forums Shell Programming and Scripting Rename a lot of files using shells script Post 302340146 by justbow on Monday 3rd of August 2009 12:20:40 AM
Old 08-03-2009
Question Rename a lot of files using shells script

Hi

This is the list file that i have :

Quote:
[~/CDR/CSV-FREE-partition-1/20090601]$ ls -la | head -15
total 102
drwxr-xr-x+ 2 Administrators ???????? 0 Aug 3 11:46 ./
drwxr-xr-x+ 28 eindwib mkgroup-l-d 0 Aug 3 11:53 ../
-rwxr-xr-x 1 Administrators ???????? 857 Aug 3 11:46 udr-FREE-SASN-DST-MASTER-R6-partition-1-200906010011+0800-31533.csv.bz2*
-rwxr-xr-x 1 Administrators ???????? 911 Aug 3 11:46 udr-FREE-SASN-DST-MASTER-R6-partition-1-200906010028+0800-31534.csv.bz2*
-rwxr-xr-x 1 Administrators ???????? 588 Aug 3 11:46 udr-FREE-SASN-DST-MASTER-R6-partition-1-200906010043+0800-31535.csv.bz2*
-rwxr-xr-x 1 Administrators ???????? 451 Aug 3 11:46 udr-FREE-SASN-DST-MASTER-R6-partition-1-200906010059+0800-31536.csv.bz2*
-rwxr-xr-x 1 Administrators ???????? 326 Aug 3 11:46 udr-FREE-SASN-DST-MASTER-R6-partition-1-200906010115+0800-31537.csv.bz2*
-rwxr-xr-x 1 Administrators ???????? 422 Aug 3 11:46 udr-FREE-SASN-DST-MASTER-R6-partition-1-200906010135+0800-31538.csv.bz2*
-rwxr-xr-x 1 Administrators ???????? 442 Aug 3 11:46 udr-FREE-SASN-DST-MASTER-R6-partition-1-200906010150+0800-31539.csv.bz2*
-rwxr-xr-x 1 Administrators ???????? 490 Aug 3 11:46 udr-FREE-SASN-DST-MASTER-R6-partition-1-200906010205+0800-31540.csv.bz2*
-rwxr-xr-x 1 Administrators ???????? 299 Aug 3 11:46 udr-FREE-SASN-DST-MASTER-R6-partition-1-200906010225+0800-31541.csv.bz2*
-rwxr-xr-x 1 Administrators ???????? 300 Aug 3 11:46 udr-FREE-SASN-DST-MASTER-R6-partition-1-200906010240+0800-31542.csv.bz2*
-rwxr-xr-x 1 Administrators ???????? 299 Aug 3 11:46 udr-FREE-SASN-DST-MASTER-R6-partition-1-200906010255+0800-31543.csv.bz2*
-rwxr-xr-x 1 Administrators ???????? 301 Aug 3 11:46 udr-FREE-SASN-DST-MASTER-R6-partition-1-200906010310+0800-31544.csv.bz2*
The files is more than this.
I will rename one by one file become like this :

Quote:
udr-FREE-SASN-DST-MASTER-R6-partition-1-200905010011+0800-31533.csv.bz2*
udr-FREE-SASN-DST-MASTER-R6-partition-1-200905010028+0800-31534.csv.bz2*
udr-FREE-SASN-DST-MASTER-R6-partition-1-200905010043+0800-31535.csv.bz2*
udr-FREE-SASN-DST-MASTER-R6-partition-1-200905010059+0800-31536.csv.bz2*
udr-FREE-SASN-DST-MASTER-R6-partition-1-200905010115+0800-31537.csv.bz2*
udr-FREE-SASN-DST-MASTER-R6-partition-1-200905010135+0800-31538.csv.bz2*
udr-FREE-SASN-DST-MASTER-R6-partition-1-200905010150+0800-31539.csv.bz2*
udr-FREE-SASN-DST-MASTER-R6-partition-1-200905010205+0800-31540.csv.bz2*
udr-FREE-SASN-DST-MASTER-R6-partition-1-200905010225+0800-31541.csv.bz2*
udr-FREE-SASN-DST-MASTER-R6-partition-1-200905010240+0800-31542.csv.bz2*
udr-FREE-SASN-DST-MASTER-R6-partition-1-200905010255+0800-31543.csv.bz2*
udr-FREE-SASN-DST-MASTER-R6-partition-1-200905010310+0800-31544.csv.bz2*
So just change the time stamp 200906 become 200905.
Is it possible using script ?

Thanks
 

10 More Discussions You Might Find Interesting

1. OS X (Apple)

Rename Files with a script ?

Hi All !!! Is there any solution to get rid of / " * in old files names WITH A SCRIPT (About 100 Gb of old files) I know it can be done i just dont know how ! Hope that some one can help Best R. Yovel (1 Reply)
Discussion started by: yoveln
1 Replies

2. UNIX for Dummies Questions & Answers

Script to rename files

Have files of the sort 3p1522015.dgn and need to have them renamed to 152201.dgn. Essentially dropping the 1st 2 characters and the last. I'm relatively new to UNIX and uncertain of where to start. I hope this provides enough detail. Thanks (5 Replies)
Discussion started by: Dinkster
5 Replies

3. Shell Programming and Scripting

rename a lot of files again

here I go again...kinda hard to explain so I apologize. I need to rename a bunch of files in a directory. I need to remove the first three characters of the filename, and then toward the end of the filename there is constant text inside of brackets. here is a demo (not for real) 'ls -1' of the... (11 Replies)
Discussion started by: ajp7701
11 Replies

4. Shell Programming and Scripting

Script to rename files

Let me preface this by stating I have absolutely no idea what I'm doing in this arena, but I'm in need of a little help here. I need to take filenames like this: amwed_0402c-slug~1-cp.jpg And reduce them to slug~1.jpg That is, I need to remove the first 12 and last 3 characters. The... (3 Replies)
Discussion started by: cpreovol
3 Replies

5. UNIX for Dummies Questions & Answers

Script to Rename Files

I wrote a simple script that converts my windows text files to unix, so that I can compare them to different unix files purposes of my project. win2unix file1.txt file1Win.txt win2unix file2.txt file2Win.txt etc Is there a way to simplify this to: <while .txt in... (5 Replies)
Discussion started by: idano530
5 Replies

6. Shell Programming and Scripting

Script Rename files

Hello, I have this problem. In a directory I have 4 csv files with this format: PHOENIX_KM_INTERAZIONI_YYYYMMDD.csv PHOENIX_KM_TRIPLETTE_YYYYMMDD.csv NEWCAB_KM_INTERAZIONI_YYYYMMDD.csv NEWCAB_KM_INTERAZIONI_YYYY_MM_DD.csv YYYYMMDD: format CURRENT date I wont rename all files in... (4 Replies)
Discussion started by: manichino74
4 Replies

7. Shell Programming and Scripting

Rename files in the script

Hi All, I want to write a script to rename the file in to the incremental order for example Original file filename=/nfs/n1/file1.img filename=/nfs/n1/file1.img filename=/nfs/n1/file1.img filename=/nfs/n1/file1.img filename=/nfs/n1/file1.img I want output shpuld be... (4 Replies)
Discussion started by: mangeshpardhi
4 Replies

8. Shell Programming and Scripting

Script to unzip files and Rename the Output-files

Hi all, I have a many folders with zipped files in them. The zipped files are txt files from different folders. The txt files have the same names. If i try to find . -type f -name "*.zip" -exec cp -R {} /myhome/ZIP \; it fails since the ZIP files from different folders have the same names and... (2 Replies)
Discussion started by: pmkenya
2 Replies

9. Shell Programming and Scripting

Need a script for automation the convert a lot number audio files to another format

I have a lot number audio files in the MP3 proprietary format, I want to convert them to 'opus' the free and higher quality format, with keep metadata also. My selection command-line programs are SoX (Sound eXchange) for convert MP3 files to 'AIFF' format in order to keep quality and metadata*... (1 Reply)
Discussion started by: temp-usr
1 Replies

10. Shell Programming and Scripting

Script for rename many files

Hello friends! I have a problem with my script. I'm a italian boy. Sorry for my english ehehehehehhe. I've many files .jpg and I would like rename they in this mode: I have not files with progressive number e I would like rename with progressive number. Example: DSC_0012.JPG DSC_0582.JPG... (7 Replies)
Discussion started by: vegetablu
7 Replies
disktab(5)							File Formats Manual							disktab(5)

Name
       disktab - disk description file

Syntax
       #include <disktab.h>

Description
       The file is a simple data base that describes disk geometries and disk partition characteristics.  The format is patterned after the termi-
       nal data base.  Entries in consist of a number of fields separated by colons (:).  The first entry for each disk gives the names  that  are
       known for the disk, separated by vertical bars (|).  The last name given should be a long name fully identifying the disk.

       The following list indicates the normal values stored for each disk entry:
       Name Type Description
       ns   num  Number of sectors per track
       nt   num  Number of tracks per cylinder
       nc   num  Total number of cylinders on the disk
       ba   num  Block size for partition `a' (bytes)
       bd   num  Block size for partition `d' (bytes)
       be   num  Block size for partition `e' (bytes)
       bf   num  Block size for partition `f' (bytes)
       bg   num  Block size for partition `g' (bytes)
       bh   num  Block size for partition `h' (bytes)
       fa   num  Fragment size for partition `a' (bytes)
       fd   num  Fragment size for partition `d' (bytes)
       fe   num  Fragment size for partition `e' (bytes)
       ff   num  Fragment size for partition `f' (bytes)
       fg   num  Fragment size for partition `g' (bytes)
       fh   num  Fragment size for partition `h' (bytes)
       pa   num  Size of partition `a' in sectors
       pb   num  Size of partition `b' in sectors
       pc   num  Size of partition `c' in sectors
       pd   num  Size of partition `d' in sectors
       pe   num  Size of partition `e' in sectors
       pf   num  Size of partition `f' in sectors
       pg   num  Size of partition `g' in sectors
       ph   num  Size of partition `h' in sectors
       se   num  Sector size in bytes
       ty   str  Type of disk (e.g. removable, winchester)

       The entries can be automatically generated with the program.

Files
See Also
       chpt(8), newfs(8)

																	disktab(5)
All times are GMT -4. The time now is 04:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy