From f62e295682f7c8978dba6bbfef4349640e560802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20K=C3=B6nig?= Date: Wed, 16 Apr 2014 20:24:01 +0200 Subject: [PATCH] Added example which displays the size in a human readable format. --- pages/common/ls.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/ls.md b/pages/common/ls.md index c53fd4f52c..6ff04aec81 100644 --- a/pages/common/ls.md +++ b/pages/common/ls.md @@ -14,6 +14,10 @@ `ls -ls` +- List all files and display the file size in a human readable format + +`ls -lh` + - List all files with a prefix/suffix `ls {{prefix}}*`