1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 16:15:33 +02:00

dtrx: add page (#15691)

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
Peter Babič 2025-02-06 17:32:51 +01:00 committed by GitHub
parent aa371e8a87
commit 16944ecbbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
pages/common/dtrx.md Normal file
View file

@ -0,0 +1,16 @@
# dtrx
> "Do The Right eXtraction" - extract any archive into new directory by guessing the tool from extension.
> More information: <https://github.com/dtrx-py/dtrx>.
- 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}}`