Typos fixed (#20362)
This commit is contained in:
@ -12,7 +12,7 @@ title: Bash ls
|
||||
```bash
|
||||
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 and Test2. You're in the parent directory you can list all files in Test1 as follows:
|
||||
`ls Test1`
|
||||
|
||||
Most used options:
|
||||
@ -20,7 +20,7 @@ Most used options:
|
||||
* `-a`, all files and folders, including ones that are hidden and start with a `.`
|
||||
* `-l`, List in long format
|
||||
* `-G`, enable colorized output.
|
||||
* `-s`, List File Size.
|
||||
* `-s`, List file size.
|
||||
* `-R`, displays the contents of the directory, and its subdirectories.
|
||||
|
||||
### Example:
|
||||
|
Reference in New Issue
Block a user