Skip to content

Unzip

fima unzip is a simple command that unzips .zip archives.

Usage

fima unzip ARCHIVE -o OUTPUT

Options:

  • -o, --output TEXT REQUIRED The output unzipped archive

Examples

sh
# Unzip an archive
fima unzip archive.zip -o unzipped_archive

Released under the GPL 3.0 License.