mirror of https://github.com/CrimsonTome/tldr.git
df: add -i flag (#3268)
parent
b5ef37ff8c
commit
a4fd7a2249
|
@ -13,3 +13,7 @@
|
||||||
- Display the file system and its disk usage containing the given file or directory:
|
- Display the file system and its disk usage containing the given file or directory:
|
||||||
|
|
||||||
`df {{path/to/file_or_directory}}`
|
`df {{path/to/file_or_directory}}`
|
||||||
|
|
||||||
|
- Display statistics on the number of free inodes:
|
||||||
|
|
||||||
|
`df -i`
|
||||||
|
|
Loading…
Reference in New Issue