📝 Edit on GitHub
Compressing
How to zip and unzip with a few shell utilities
Topics
Pages
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.