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.
gzip multiple files into one
Name: anilcgowda Date: September 1, 2005 at 15:30:55 Pacific OS: UNIX CPU/Ram: 1GB
Comment:
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 gzip -c a1.txt a2.txt a3.txt > aall.gz. This concatenates the files. But, I want the original files separately when I unzip.
Summary: Hi, hopefully someone can help me with this. I have two different data files and I need to parse them into one. scan1: 3.000000 0.350000 3.000000 30133.768166 7536.733367 3.010000 0.350000 3.000000 30...
Summary: I'd like to have a script that breaks a large file into multiple files. Basicaly, the script reads a large file and looking for a line "PJL EOJ", if line found, the counter will count it as 1, so when...
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...