mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
commit
d75d2061d1
1 changed files with 12 additions and 0 deletions
12
osx/df.md
Normal file
12
osx/df.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# df
|
||||
|
||||
> gives an overview of the file system disk space usage
|
||||
|
||||
- display all file systems and their disk usage
|
||||
|
||||
`df`
|
||||
|
||||
- display all file systems and their disk usage in human readable form
|
||||
|
||||
`df -h`
|
||||
|
Loading…
Add table
Reference in a new issue