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
pull/30767/head
Christian Coffey 2019-02-11 20:48:11 -05:00 committed by Randell Dawson
parent 7041581a04
commit cdbd7dba3b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ title: 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