diff --git a/guide/english/bash/bash-ls/index.md b/guide/english/bash/bash-ls/index.md index c121f422e9..40b4617f1e 100644 --- a/guide/english/bash/bash-ls/index.md +++ b/guide/english/bash/bash-ls/index.md @@ -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