Download List

Descripción del Proyecto

atool is a script for managing file archives of various types (tar, tar+gzip, zip etc). The main command is aunpack, which extracts files from an archive. It overcomes the problem of extracting files from an archive without 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 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. It also prevents local files from being overwritten by mistake. The other commands are apack for creating archives, als for listing files in archives, and acat for extracting files to standard out.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-08-15 06:06 Back to release list
0.37.0

Esta versión incluye el soporte para lzip y XZ. Se corrige un error en arepack con archivos tar. Se imprime el número de bytes guardados en arepack. Se añade soporte para - GNU tar xv, - lzop, y - opciones lzma.
This release adds support for lzip and xz. It fixes a bug in arepack with tar archives. It prints the number of bytes saved in arepack. It adds support for GNU tar's --xv, --lzop, and --lzma options.

Project Resources