Added another way to list files/folders (#18706)
you can view files/folders without even entering the directory
This commit is contained in:
parent
12fad4b29d
commit
0240893e6f
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user