mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 20:55:25 +02:00
df: add -i flag (#3268)
This commit is contained in:
parent
b5ef37ff8c
commit
a4fd7a2249
1 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,7 @@
|
|||
- Display the file system and its disk usage containing the given file or directory:
|
||||
|
||||
`df {{path/to/file_or_directory}}`
|
||||
|
||||
- Display statistics on the number of free inodes:
|
||||
|
||||
`df -i`
|
||||
|
|
Loading…
Add table
Reference in a new issue