Extracts files from an archive (gz,zip etc) – atool utility

| July 6, 2011 | 0 Comments

With atool, you can handle any archive without having to remember what command-line tool to use to expand it and which options that particular tool expects. Atool comes with a collection of commands, including aunpack, apack, als, acat, adiff.

The main command is aunpack which extracts files from an archive

Examples

# aunpack backup.tar.gz
# aunpack -e *.tar.gz
# apack archive.zip home

Download atool free from the below url

http://www.nongnu.org/atool/

Tags: ,

Category: Linux Administration

Leave a Reply

You must be logged in to post a comment.