From 6360fed235149d25379bb4e5dc0be96dce820b34 Mon Sep 17 00:00:00 2001 From: Josh Wiegand Date: Mon, 11 Feb 2019 21:05:06 -0500 Subject: [PATCH] updated `ls` description to better match man pages (#30767) --- guide/english/bash/bash-ls/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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