summaryrefslogtreecommitdiffstats
path: root/system/dtrx/README
diff options
context:
space:
mode:
author Petr Kletecka2013-06-04 23:15:43 +0200
committer Robby Workman2013-06-05 10:17:45 +0200
commitd7894f52fcd9dd64ecdc892ac4cbb274eaef0ce0 (patch)
tree944e349dda84d5e1ffe2bca2ccf038039f92c4b6 /system/dtrx/README
parentded40d930b96b42bcf9dd589ddf66358f82ce79f (diff)
downloadslackbuilds-d7894f52fcd9dd64ecdc892ac4cbb274eaef0ce0.tar.gz
system/dtrx: Added (Intelligent archive extraction)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/dtrx/README')
-rw-r--r--system/dtrx/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/system/dtrx/README b/system/dtrx/README
new file mode 100644
index 0000000000..c2aa0c3879
--- /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.