Skip to content

Commit

Permalink
[zip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhang-gh committed Oct 2, 2024
1 parent 2ee5b3f commit 4a95b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/software/shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ zip -r output.zip <file ...> [-x <file ...>]
# -r <zip_file> <file ...> ## --recurse-paths (-R --recurse-patterns)
# -u <zip_file> <file ...> ## update the files in the zip archive
# -d <zip_file> <file ...> ## delete the files from the zip archive
# -x <file ...> ## exclude these files
# -x <file ...> ## exclude these files, e.g. -x '*.git*'
```

更多压缩参数
Expand Down

0 comments on commit 4a95b9f

Please sign in to comment.