PDA

View Full Version : Create a tar.gz?


mxtabs
Fri 4th Jul '03, 4:48pm
Sorry to ask such a lame question, but what is the command to create a tar.gz file?

Pogo
Fri 4th Jul '03, 5:51pm
Sorry to ask such a lame question, but what is the command to create a tar.gz file?

tar -cvzf filename.tar.gz whattoziphere

whattoziphere can be one or more files or a directory.