fix example usage (#20152)
This commit is contained in:
committed by
Christopher McCormack
parent
8e980f0f84
commit
bddc20a66b
@ -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`
|
||||
|
Reference in New Issue
Block a user