The "test-filezip" command:
Usage: fossil test-filezip [OPTIONS] ZIPFILE [FILENAME...]
This command uses Fossil infrastructure or read or create a ZIP archive named by the ZIPFILE argument. With no options, a new ZIP archive is created and there must be at least one FILENAME argument. If the -l option is used, the contents of the named ZIP archive are listed on standard output. With the -x argument, the contents of the ZIP archive are extracted.
There are two purposes for this command: (1) To server as a test platform for the Fossil ZIP archive generator, and (2) to provide rudimentary ZIP archive creation capabilities on platforms that do not have the "zip" command installed.
Options:
- -h|--dereference
- Follow symlinks
- -l|--list
- List the contents of the ZIP archive
- -x|--extract
- Extract files from a ZIP archive