From 44fb87999cc1eb51789781cf5f9e1865ae275f95 Mon Sep 17 00:00:00 2001 From: Shrayas Rajagopal Date: Mon, 27 Jan 2014 11:17:12 +0530 Subject: [PATCH] new page for df * fixes #14 --- osx/df.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 osx/df.md diff --git a/osx/df.md b/osx/df.md new file mode 100644 index 0000000000..dc349158ea --- /dev/null +++ b/osx/df.md @@ -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` +