2021-01-02 06:47:33 +09:00
|
|
|
# dust
|
|
|
|
|
|
|
|
> Dust gives an instant overview of which directories are using disk space.
|
|
|
|
> More information: <https://github.com/bootandy/dust>.
|
|
|
|
|
|
|
|
- Display information for the current directory:
|
|
|
|
|
|
|
|
`dust`
|
|
|
|
|
2024-01-31 00:55:19 -03:00
|
|
|
- Display information about one or more directories:
|
2021-01-02 06:47:33 +09:00
|
|
|
|
2024-01-31 00:55:19 -03:00
|
|
|
`dust {{path/to/directory1 path/to/directory2 ...}}`
|
2021-01-02 06:47:33 +09:00
|
|
|
|
|
|
|
- Display 30 directories (defaults to 21):
|
|
|
|
|
2024-10-13 18:33:01 +02:00
|
|
|
`dust --number-of-lines 30`
|
2021-01-02 06:47:33 +09:00
|
|
|
|
|
|
|
- Display information for the current directory, up to 3 levels deep:
|
|
|
|
|
2024-10-13 18:33:01 +02:00
|
|
|
`dust --depth 3`
|
2021-01-02 06:47:33 +09:00
|
|
|
|
|
|
|
- Display the biggest directories at the top in descending order:
|
|
|
|
|
|
|
|
`dust --reverse`
|
|
|
|
|
|
|
|
- Ignore all files and directories with a specific name:
|
|
|
|
|
|
|
|
`dust --ignore-directory {{file_or_directory_name}}`
|
|
|
|
|
|
|
|
- Do not display percent bars and percentages:
|
|
|
|
|
|
|
|
`dust --no-percent-bars`
|