From acabb634c5e41c126bb7dfcd35d34f510dc22b1f Mon Sep 17 00:00:00 2001 From: Kamalesh Palanisamy Date: Mon, 15 Oct 2018 22:42:19 +0530 Subject: [PATCH] Update index.md (#19299) --- client/src/pages/guide/english/bash/bash-ls/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/pages/guide/english/bash/bash-ls/index.md b/client/src/pages/guide/english/bash/bash-ls/index.md index a1cc71d348b..112cd2e85ce 100644 --- a/client/src/pages/guide/english/bash/bash-ls/index.md +++ b/client/src/pages/guide/english/bash/bash-ls/index.md @@ -20,6 +20,7 @@ Most used options: * `-a`, all files and folders, including ones that are hidden and start with a `.` * `-l`, List in long format * `-G`, enable colorized output. +* `-s`, List File Size. ### Example: