Skip to content

Commit

Permalink
df: add specific file/folder usecase (tldr-pages#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl authored Nov 14, 2017
2 parents 7cca370 + 654c01f commit 6bc2d6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/common/df.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@
- Display all file systems and their disk usage in human readable form:

`df -h`

- Display the file system and its disk usage containing the given file or folder:

`df {{/path/to/file_or_folder}}`

0 comments on commit 6bc2d6c

Please sign in to comment.