You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nasenatmer 88408e8bc2 Add rar command to archive module 11 years ago
..
functions Add rar command to archive module 11 years ago
README.md Add rar command to archive module 11 years ago

README.md

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 or rar.
  • .7z requires 7za.
  • .deb requires ar, tar.

Authors

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