diff options
Diffstat (limited to 'ShiftOS-TheRevival/Resources/man Manuals/zip.txt')
| -rw-r--r-- | ShiftOS-TheRevival/Resources/man Manuals/zip.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/Resources/man Manuals/zip.txt b/ShiftOS-TheRevival/Resources/man Manuals/zip.txt new file mode 100644 index 0000000..6e22504 --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/zip.txt @@ -0,0 +1,11 @@ +Compress file or directory into a zip file + +[CONTENT TYPE] Type of content you want to add into the archive +-D Adding a directory into the archive +-F Adding a file into the archive + +[FILENAME.ZIP] Filename of the archive you want to make + +[CONTENT NAME] The name of file or directory you want to archive + +example: zip -f 'lorem.zip' 'ipsum.txt'
\ No newline at end of file |
