- Richard Feynman -
zip
From Juneday education
Revision as of 15:13, 21 October 2019 by Henrik Sandklef (Talk | contribs) (Created page with "{{DISPLAYTITLE:<tt>zip</tt>}} Category:Shell tools Category:Bash {{ShellToolIntroduction|name=zip|description=package and compress (archive) files}} ==Description==...")
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.sh src