From 16944ecbbdcbc84b1bfe8ee8a2e80b687ffa0fde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Babi=C4=8D?= Date: Thu, 6 Feb 2025 17:32:51 +0100 Subject: [PATCH] dtrx: add page (#15691) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/common/dtrx.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/dtrx.md diff --git a/pages/common/dtrx.md b/pages/common/dtrx.md new file mode 100644 index 0000000000..d2c63a28a5 --- /dev/null +++ b/pages/common/dtrx.md @@ -0,0 +1,16 @@ +# dtrx + +> "Do The Right eXtraction" - extract any archive into new directory by guessing the tool from extension. +> More information: . + +- Extract archive, guessing the extraction tool from extension: + +`dtrx {{path/to/file}}` + +- Extract archive, overwrite any existing target output: + +`dtrx --overwrite {{path/to/file}}` + +- Extract archive, put everything into current directory: + +`dtrx --flat {{path/to/file}}`