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

This commit is contained in:
Josh Wiegand
2019-02-11 21:05:06 -05:00
committed by Randell Dawson
parent cdbd7dba3b
commit 6360fed235

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