Formatted all pages according to guidelines.
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
# zip
|
||||
|
||||
> Package and compress (archive) files into zip file
|
||||
> Package and compress (archive) files into zip file.
|
||||
|
||||
- package and compress multiple directories and files
|
||||
- Package and compress multiple directories and files:
|
||||
|
||||
`zip -r {{compressed.zip}} {{/path/to/dir1 /path/to/dir2 /path/to/file}}`
|
||||
|
||||
- add files to an existing zip file
|
||||
- Add files to an existing zip file:
|
||||
|
||||
`zip {{compressed.zip}} {{path/to/file}}`
|
||||
|
||||
- remove unwanted files from an existing zip file
|
||||
- Remove unwanted files from an existing zip file:
|
||||
|
||||
`zip -d {{compressed.zip}} "{{foo/*.tmp}}"`
|
||||
|
Reference in New Issue
Block a user