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.
creating .tar.gz files in Solaris
Name: Ben Date: February 6, 2002 at 11:06:44 Pacific
Comment:
I need to find the command for creating a .tar.gz file in Solaris. I need to create a compressed file that includes an entire directory of files and included subdirectories. Normally, I will create a basic .tar file and then compress it, which leaves me with a .tar.Z file. However, this forces Windows users to "unzip" the file two times if they download this file and unzip it using Winzip.
Does anyone know the command for creating a .tar.gz file in Solaris? Or, alternatively, do you have a better idea for solving the problem?
Summary: Hi All, Could someone tell me whats wrong with this script? The script should read a file(the file contains path of files to archive),and then tar the files in the path based on the date. The filetoar...
Summary: Hi! I would like to find out if there's a way to span archive files in UNIX, like the same way winzip can span files? I've looked at the tar command but it seems there's no option for it to create an ...