📝 Edit page
➕ Add page
Compression
How to zip and unzip with a few shell utilities
Topics
Pages
- Tar utility
-
View
Look at the contents of a zipped file without unpacking it
- Zip utility
Content
Command-line tools available for Unix-like systems (Linux and macOS):
- zip utility
- tar utility
gzip
bzip2
You can use unzip
and tar
on the file, though the tar
syntax might be harder to remember.
The last two are not covered as commands in this guide.