1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

Support zip command (OSX)

This commit is contained in:
John Wu 2014-01-28 15:47:32 +08:00
parent d75d2061d1
commit 935b048de1

7
osx/zip.md Normal file
View file

@ -0,0 +1,7 @@
# zip
> package and compress (archive) files into zip file
- package and compress multiple directories
`zip -r compressed.zip /path/to/dir1 /path/to/dir2`