From 4278e7b93586f1c3555647e7210cb1b5e647747f Mon Sep 17 00:00:00 2001 From: Sarada Lee <28886668+slee5777@users.noreply.github.com> Date: Wed, 27 May 2020 22:17:56 +0800 Subject: [PATCH] Update ls.md by adding ls -F (#4071) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Zlatan Vasović --- pages/common/ls.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/ls.md b/pages/common/ls.md index 9d3725c046..f979ac8464 100644 --- a/pages/common/ls.md +++ b/pages/common/ls.md @@ -10,6 +10,10 @@ `ls -a` +- List all files, with trailing `/` added to directory names: + +`ls -F` + - Long format list (permissions, ownership, size and modification date) of all files: `ls -la`