mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:33:50 +02:00
dfc: add page
This commit is contained in:
parent
b9e88f86fe
commit
370637c87b
1 changed files with 20 additions and 0 deletions
20
pages/common/dfc.md
Normal file
20
pages/common/dfc.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# dfc
|
||||
|
||||
> Gives an overview of the file system disk space usage with colours and graphs.
|
||||
> See also `df`.
|
||||
|
||||
- Display file systems and their disk usage in human readable form with colours and graphs:
|
||||
|
||||
`dfc`
|
||||
|
||||
- Display all file systems including pseudo, duplicate and inaccessible file systems:
|
||||
|
||||
`dfc -a`
|
||||
|
||||
- Display file systems without colour:
|
||||
|
||||
`dfc -c never`
|
||||
|
||||
- Display file systems containing "ext" in the file system type:
|
||||
|
||||
`dfc -t ext`
|
Loading…
Add table
Reference in a new issue