prezto/modules/archive
Sorin Ionescu fb9a20591f [Fix #197] Rebrand as Prezto
Conflicts:
	README.md
	runcoms/zshenv
2012-09-03 16:51:27 -04:00
..
functions Check for non-empty files, not just existance 2012-05-05 18:08:25 -04:00
README.md [Fix #197] Rebrand as Prezto 2012-09-03 16:51:27 -04:00

Archive

Provides functions to extract and list popular archive formats.

Functions

  • extract extracts the contents of one or more archives.
  • ls-archive lists the contents of one or more archives.

Supported Formats

The following archive formats are supported when the required utilities are installed:

  • .tar.gz, .tgz require tar.
  • .tar.bz2, .tbz require tar.
  • .tar.xz, .txz require tar with xz support.
  • .tar.zma, .tlz require tar with lzma support.
  • .tar requires tar.
  • .gz requires gunzip.
  • .bz2 requires bunzip2.
  • .xz requires unxz.
  • .lzma requires unlzma.
  • .Z requires uncompress.
  • .zip requires unzip.
  • .rar requires unrar.
  • .7z requires 7za.
  • .deb requires ar, tar.

Authors

The authors of this module should be contacted via the issue tracker.