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.
Help with tar and gzip file
Name: gpatel Date: April 26, 2005 at 18:06:57 Pacific OS: UNIX CPU/Ram: 512
Comment:
I have this directories that i am trying to gzip. I am useing this command to tar and then zip it tar -cf file.tar file1 file2 file3 gzip file.tar now, my problem is after i gzip it i do not wanted this files to be bigger than 10MB. if they exceed 10MB , i redo the whole process. Is there any eaiser way to do this. can anyone help me do this w/ some kind of scripts or something. thanks a lot gaurav
Summary: Hi. I'm moving a fairly large web site with lots of directories and subdirectories from one (UNIX/Apache) server to another. So I want to zip the whole lot up on the old server, and unzip it on the ne...
Summary: Hi, I posted a message a couple of days ago asking for some help with a Bourne shellscript, and I have now written some code, but am getting an error, which is "shellscript.sh: syntax error at line 33...