1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:42:08 +02:00
tldr/osx/zip.md
2014-01-28 20:08:30 +08: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}}