SYNTAX

    fzip [options] [<zipfile>]


OPTIONS

-h (--help) bool

Display help.

-v (--verbose) bool

Enables additional reporting of information regarding the zip/unzip process.

-u (--unzip) bool

Extract files from the specified zipfile.

-d (--directory) filename

The directory to extract files into. Must be used in conjunction with --unzip. If not specified, the current working directory is used.

-r (--recurse) bool

Include sub-directories and any files contained therein when archiving.

-f (--file) filename

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.

-t (--compression-type) enum
zip

PK Zip format (the default if not specified).

gzip

GNU Zip format. Note, this format can only handle a single file.

-o (--overwrite) bool

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.


ARGUMENTS

[<zipfile>]

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]


DESCRIPTION

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

Copyright (c) 2008-2010 Accenture. All rights reserved.