diff --git a/guide/english/bash/bash-ls/index.md b/guide/english/bash/bash-ls/index.md index c3cb3f4a91..620539abb4 100644 --- a/guide/english/bash/bash-ls/index.md +++ b/guide/english/bash/bash-ls/index.md @@ -10,7 +10,7 @@ title: Bash ls ### Usage ```bash -cat [options] [file_names] +ls [options] [folder_path] ``` 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`