Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Renaming multiple files
Name: b@bs Date: July 17, 2003 at 12:07:27 Pacific OS: Unix CPU/Ram: 900/256
Comment:
anybody plz tell how to rename files like this using script
myfile.01 to yourfile.01 myfile.02 to yourfile.02 myfile.03 to yourfile.03 myfile.04 to yourfile.04 myfile.05 to yourfile.05
Summary: I have a number of files /u01/PROD/arch.PROD.1_1 /u01/PROD/arch.PROD.1_2 /u01/PROD/arch.PROD.1_3 I would like a simple method for moving/renaming them /u01/TEST/arch.TEST.1_1 /u01/TEST/arch.TEST.1_2 ...
Summary: Hi, How to gzip multiple files into one .gz file. Ex: I have 3 files - a1.txt a2.txt a3.txt I want to zip them into aall.gz and later when I unzip, it should unzip into a1.txt, a2.txt a3.txt. I tried ...
Summary: Hi, I want to use Shell Script to check multiple file exists and then execute other tasks, I use the following compound condition, but neither succeed. if [ -e check_fin_bbb.complete ] && [ -e fin_bbb...