pages/*: reword descriptions to comply with the style guide (#11507)

* pages/*: reword descriptions to comply with the style guide

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Lena
2023-11-15 05:25:25 +01:00
committed by GitHub
parent 6aa178a6a2
commit 0fddee2272
48 changed files with 65 additions and 65 deletions

View File

@@ -1,17 +1,18 @@
# duc
> Duc is 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 this database, or create fancy graphs to show where data is.
> A collection of tools for indexing, inspecting and visualizing disk usage.
> Duc maintains a database of accumulated sizes of directories in the file system, allowing to query this database, or creating fancy graphs to show where data is.
> More information: <https://duc.zevv.nl/>.
- Index the /usr directory, writing to the default database location ~/.duc.db:
- Index the `/usr` directory, writing to the default database location `~/.duc.db`:
`duc index {{/usr}}`
- List all files and directories under /usr/local, showing relative file sizes in a [g]raph:
- List all files and directories under `/usr/local`, showing relative file sizes in a [g]raph:
`duc ls --classify --graph {{/usr/local}}`
- List all files and directories under /usr/local using treeview recursively:
- List all files and directories under `/usr/local` using treeview recursively:
`duc ls --classify --graph --recursive {{/usr/local}}`