From 2dc563ae664d41edd6a3736ceedbd7b01fe09c0d Mon Sep 17 00:00:00 2001 From: Polle Vanhoof Date: Sun, 12 Nov 2017 19:19:53 +0100 Subject: [PATCH] df: add specific file/folder usecase It can often be useful to not just list all the file systems, but to figure out on which one a specific file or folder is located --- pages/common/df.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/df.md b/pages/common/df.md index babfcbc1f..9575e1e6b 100644 --- a/pages/common/df.md +++ b/pages/common/df.md @@ -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 for the given file or folder: + +`df {{/path/to/file-or-folder}}`