- Richard Feynman -
zip
From Juneday education
zip - package and compress (archive) files.
On this page we only give you a short introduction with a few examples. We encourage you to read the manual (man zip
).
Description
Example usage
To create a backup file (called src-backup.zip
) of the directory src
you can use zip like this:
$ zip -r backup.zip src