1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 12:57:57 +01:00
tldr/pages/common/zip.md
2014-03-04 23:28:29 +11:00

188 B

zip

Package and compress (archive) files into zip file

  • package and compress multiple directories & files

zip -r {{compressed.zip}} {{/path/to/dir1 /path/to/dir2 /path/to/file}}