mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 05:01:19 +00:00
Update cheatsheets
This commit is contained in:
6
tldr/duc
6
tldr/duc
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# duc
|
||||
|
||||
> A collection of tools for indexing, inspecting, and visualizing disk usage.
|
||||
> Duc maintains a database of accumulated sizes of directories of the file system, allowing queries in this database, or creating fancy graphs to show where data is.
|
||||
> Duc maintains a database of accumulated sizes of directories of the filesystem, allowing queries in this database, or creating fancy graphs to show where data is.
|
||||
> More information: <https://htmlpreview.github.io/?https://github.com/zevv/duc/blob/master/doc/duc.1.html>.
|
||||
|
||||
- Index the `/usr` directory, writing to the default database location `~/.duc.db`:
|
||||
@@ -21,11 +21,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`duc ls {{[-Fg|--classify --graph]}} {{[-R|--recursive]}} {{/usr/local}}`
|
||||
|
||||
- Start the graphical interface to explore the file system using sunburst graphs:
|
||||
- Start the graphical interface to explore the filesystem using sunburst graphs:
|
||||
|
||||
`duc gui {{/usr}}`
|
||||
|
||||
- Run the ncurses console interface to explore the file system:
|
||||
- Run the ncurses console interface to explore the filesystem:
|
||||
|
||||
`duc ui {{/usr}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user