fzip [options] [<zipfile>]
Display help.
Enables additional reporting of information regarding the zip/unzip process.
Extract files from the specified zipfile.
The directory to extract files into. Must be used in conjunction with --unzip
. If not specified, the current working directory is used.
Include sub-directories and any files contained therein when archiving.
A file or directory to add to the zipfile. Only applicable when creating a new archive. If a directory is specified then it and any files contained immediately within that directory are archived. Use --recurse to archive all sub-directories and files within the directory. Can be specified more than once.
PK Zip format (the default if not specified).
GNU Zip format. Note, this format can only handle a single file.
By default fzip will exit with an error if a file it is creating already exists on disk. Use this flag to silently overwrite instead.
The zip archive to create or extract. If the zipfile argument is not specified when creating a zip, the first file
argument's name is used with a .zip or .gz extension appended. [filename]
Compress and decompress files.
Generates compressed archives of files or extracts files from a compressed archive. Both 'zip' and 'gzip' file formats are support ('zip' is used by default).
Copyright (c) 2008-2010 Accenture. All rights reserved.