Added another way to list files/folders (#18706)

you can view files/folders without even entering the directory
This commit is contained in:
Tanuj Nagpal 2018-10-14 02:27:00 +05:30 committed by Quincy Larson
parent 12fad4b29d
commit 0240893e6f

View File

@ -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: