SlackBuildsOrg/system/atool
Robby Workman 84d2168900 Various: Set perms to 0644 on all SlackBuild scripts
These will (ideally, assuming we remember when generating tarballs)
still be mode 0755 inside the tarballs, but we would prefer to have
them mode 0644 on the server.  It's probably not really important,
but just call us OCD like that.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-06-04 01:53:53 -05:00
..
atool.info system/atool: Added (an archive manager script) 2010-05-16 22:24:23 -05:00
atool.SlackBuild Various: Set perms to 0644 on all SlackBuild scripts 2010-06-04 01:53:53 -05:00
README system/atool: Added (an archive manager script) 2010-05-16 22:24:23 -05:00
slack-desc system/atool: Added (an archive manager script) 2010-05-16 22:24:23 -05:00

atool is a script for managing file archives of various types 
(tar, tar+gzip, zip, etcetera).

The main command is aunpack which extracts files from an archive. 
Did you ever extract files from an archive, not checking whether the
files were located in a subdirectory or in the top directory of the
archive, resulting in files scattered all over the place? aunpack
overcomes this problem by first extracting to a new directory. If
there was only a single file in the archive, that file is moved to
the original directory. aunpack also prevents local files from being
overwritten by mistake.

The other commands provided are apack (to create archives), als (to
list files in archives), and acat (to extract files to standard out).
As atool invokes external programs to handle the archives, not all
commands may be supported for a certain type of archives.

atool identifies archives by their file extension. Sometimes this is
not possible - for instance rar archives usually have varying numeric
file extensions. In those cases when atool can't identify the format,
file is used instead. (atool can be configured not to use file.)