-f | freshen: update existing files only with changed files (i. e. don't add new files) |
-d | delete entries in zipfile |
-r | recurse into directories. Compare with -R |
-0 | store only |
-1 | compress faster |
-q | quiet operation. Compare with -v |
-c | Prompt for one-line comments for each entry. Compare with -z |
-@ | read names from stdin |
-x | exclude the following names |
-F | fix zipfile (-FF try harder) |
-FS | filesync: update if date or size changed, delete if no OS match |
-A | adjust self-extracting exe |
-T | test zipfile integrity |
-y | store symbolic links as the link instead of the referenced file |
-e | encrypt |
-u | update: only changed or new files |
-m | move file into zipfile (i.e. delete files from file system after operation) |
-j | junk (don't record) directory names |
-l | convert LF to CR LF (-ll CR LF to LF) |
-9 | compress better |
-v | verbose operation/print version info. Compare with -q |
-z | Parmopt for comment for zipfile comment. Compare with -c |
-o | make zipfile as old as latest entry |
-i | include only the following names |
-D | do not add directory entries |
-J | junk zipfile prefix (unzipsfx) |
-X | eXclude eXtra file attributes |
-n | don't compress these suffixes |
-t , -tt | Date filtering: exclude, include files modified after date, before date (date format mmddyyyy or yyyy-mm-dd ) |