Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-31 00:20:00 +00:00
parent a2961fe873
commit a94cb9991c
15 changed files with 362 additions and 8 deletions

33
tldr/linux/dutree Normal file
View File

@@ -0,0 +1,33 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# dutree
> Analyze file system usage with colorful text-based trees.
> More information: <https://github.com/nachoparker/dutree#usage>.
- Show a graphical tree of the current directory:
`dutree`
- Show a specific directory:
`dutree {{path/to/directory}}`
- Aggregate items smaller than a number of KB (or M for MB, or G for GB):
`dutree --aggr {{number}}K`
- Show subdirectories up to the specified depth (default is 1):
`dutree --depth {{depth}}`
- Skip directories for a fast local overview:
`dutree --files-only`
- Exclude hidden files:
`dutree --no-hidden`