fix example usage (#20152)

This commit is contained in:
Benabadji Mohammed Salim
2018-10-28 04:02:51 +01:00
committed by Christopher McCormack
parent 8e980f0f84
commit bddc20a66b

View File

@ -10,7 +10,7 @@ title: Bash ls
### Usage ### Usage
```bash ```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- 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` `ls Test1`