Fixed a typo where 'ls' was 'cat' (#30629)
* Fixed a typo where 'ls' was 'cat' 'ls' was written as 'cat' in the usage pane. Also made some grammatical changes and changed the location of the directory usage example. * Update index.md
This commit is contained in:
committed by
Randell Dawson
parent
7041581a04
commit
cdbd7dba3b
@ -4,7 +4,7 @@ title: Bash ls
|
|||||||
|
|
||||||
## Bash ls
|
## Bash ls
|
||||||
|
|
||||||
`ls` is a command on Unix-like operating systems to list contents of a directory, for example folder and file names.
|
`ls` is a command on Unix-like operating systems to list contents of a directory such as folders and file names.
|
||||||
|
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
Reference in New Issue
Block a user