mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 13:26:05 +02:00
dfc: make "file system" one word
This commit is contained in:
parent
410d955988
commit
288e2afcb2
1 changed files with 5 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
|||
# dfc
|
||||
|
||||
> Gives an overview of the file system disk space usage with colours and graphs.
|
||||
> Gives an overview of the filesystem disk space usage with colours and graphs.
|
||||
> More information: <https://projects.gw-computing.net/projects/dfc/wiki>.
|
||||
|
||||
- Display file systems and their disk usage in human readable form with colours and graphs:
|
||||
- Display filesystems and their disk usage in human readable form with colours and graphs:
|
||||
|
||||
`dfc`
|
||||
|
||||
- Display all file systems including pseudo, duplicate and inaccessible file systems:
|
||||
- Display all filesystems including pseudo, duplicate and inaccessible file systems:
|
||||
|
||||
`dfc -a`
|
||||
|
||||
- Display file systems without colour:
|
||||
- Display filesystems without colour:
|
||||
|
||||
`dfc -c never`
|
||||
|
||||
- Display file systems containing "ext" in the file system type:
|
||||
- Display filesystems containing "ext" in the file system type:
|
||||
|
||||
`dfc -t ext`
|
||||
|
|
Loading…
Add table
Reference in a new issue