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 6f4ac9d5ea4..a1cc71d348b 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: