2020-09-30 23:56:40 +02:00
|
|
|
# dfc
|
|
|
|
|
2024-04-25 19:58:21 -03:00
|
|
|
> Get an overview of the filesystem disk space usage with colors and graphs.
|
2023-11-19 22:07:13 +01:00
|
|
|
> More information: <https://github.com/Rolinh/dfc>.
|
2020-09-30 23:56:40 +02:00
|
|
|
|
2022-06-27 12:23:12 +02:00
|
|
|
- Display filesystems and their disk usage in human-readable form with colors and graphs:
|
2020-09-30 23:56:40 +02:00
|
|
|
|
|
|
|
`dfc`
|
|
|
|
|
2020-10-03 16:38:06 +02:00
|
|
|
- Display all filesystems including pseudo, duplicate and inaccessible filesystems:
|
2020-09-30 23:56:40 +02:00
|
|
|
|
|
|
|
`dfc -a`
|
|
|
|
|
2022-06-27 12:23:12 +02:00
|
|
|
- Display filesystems without color:
|
2020-09-30 23:56:40 +02:00
|
|
|
|
|
|
|
`dfc -c never`
|
|
|
|
|
2020-10-03 16:38:06 +02:00
|
|
|
- Display filesystems containing "ext" in the filesystem type:
|
2020-09-30 23:56:40 +02:00
|
|
|
|
|
|
|
`dfc -t ext`
|