updated `ls` description to better match man pages (#30767)

pull/35159/head^2
Josh Wiegand 2019-02-11 21:05:06 -05:00 committed by Randell Dawson
parent cdbd7dba3b
commit 6360fed235
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 such as folders and file names.
`ls` is a command on Unix-like operating systems to list contents of a directory such as folders and file names. For each file named other than a directory, `ls` displays its name as well as any other information.
### Usage