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:
parent
d75d2061d1
commit
935b048de1
1 changed files with 7 additions and 0 deletions
7
osx/zip.md
Normal file
7
osx/zip.md
Normal 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`
|
Loading…
Add table
Reference in a new issue