dtrx is a tool for Unix-like systems that takes all the hassle out of extracting archives. Here's an example of how you use it:
$ dtrx linux-2.6.10.tar.bz2
That's basically the same thing as:
$ tar -jxf linux-2.6.10.tar.bz2
Installation:
You can just put scripts/dtrx wherever is convenient for you, but if you want to install the program system-wide, you can also run:
# python setup.py install
Product's homepage
Here are some key features of "dtrx":
· Handles many archive types: You only need to remember one simple command to extract tar, zip, cpio, deb, rpm, gz, and bz2 files. If they have any extra compression, like tar.bz2, dtrx will take care of that for you, too.
· Keeps everything organized: dtrx will make sure that archives are extracted into their own dedicated directories.
· Sane permissions: dtrx makes sure you can read and write all the files you just extracted, while leaving the rest of the permissions intact.
· Recursive extraction: dtrx can find archives inside the archive and extract those too.
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· This version supports LZH archives, using the lha tool.
· It includes a couple of minor bugfixes.