From 0240893e6ffe5ca107d77fc8045ad4470ea8c93d Mon Sep 17 00:00:00 2001 From: Tanuj Nagpal Date: Sun, 14 Oct 2018 02:27:00 +0530 Subject: [PATCH] Added another way to list files/folders (#18706) you can view files/folders without even entering the directory --- client/src/pages/guide/english/bash/bash-ls/index.md | 2 ++ 1 file changed, 2 insertions(+) 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 6f4ac9d5ea..a1cc71d348 100644 --- a/client/src/pages/guide/english/bash/bash-ls/index.md +++ b/client/src/pages/guide/english/bash/bash-ls/index.md @@ -12,6 +12,8 @@ title: Bash ls ```bash cat [options] [file_names] ``` +You can list the items in any directory without even entering the directory. Consider you are in a directory with folders- Test1,Test2. You're in the parent directory you can list all files in Test1 as follows- +`ls Test1` Most used options: