November 1998
Beginner
368 pages
7h 58m
English
If you only want to compress a single file or directory, you might choose gzip, rather than compress. gzip is more efficient so you wind up with smaller files than you do with compress. As Code Listing 13.10 shows, you use gzip much the same way that you use compress.
To zip a file or directory with gzip:
1. | ls -l z* |
2. | gzip zipadeedoodah.tar |
Tip
You can tar a group of files then compress the single ...
Read now
Unlock full access