diff options
author | Petr Kletecka <petr@kle.cz> | 2013-06-04 17:15:43 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-06-05 03:17:45 -0500 |
commit | d7894f52fcd9dd64ecdc892ac4cbb274eaef0ce0 (patch) | |
tree | 944e349dda84d5e1ffe2bca2ccf038039f92c4b6 /system/dtrx/README | |
parent | ded40d930b96b42bcf9dd589ddf66358f82ce79f (diff) |
system/dtrx: Added (Intelligent archive extraction)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/dtrx/README')
-rw-r--r-- | system/dtrx/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/dtrx/README b/system/dtrx/README new file mode 100644 index 000000000000..c2aa0c387998 --- /dev/null +++ b/system/dtrx/README @@ -0,0 +1,12 @@ +dtrx extracts archives in a number of different +formats; it currently supports tar, zip (including self-extracting +.exe files), cpio, rpm, deb, gem, 7z, cab, rar, and InstallShield +files. It can also decompress files compressed with gzip, bzip2, +lzma, xz, or compress. + +In addition to providing one command to handle many different archive +types, dtrx also aids the user by extracting contents consistently. +By default, everything will be written to a dedicated directory +that's named after the archive. dtrx will also change the +permissions to ensure that the owner can read and write all those +files. |