Update cheatsheets

This commit is contained in:
ivuorinen
2025-02-07 00:17:34 +00:00
parent efdf464901
commit c8986586ce
16 changed files with 308 additions and 11 deletions

21
tldr/dtrx Normal file
View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`