From 7041581a0425a4c48ae8a1bb8c563ca1b7837cb7 Mon Sep 17 00:00:00 2001 From: grbagrbic <41897222+grbagrbic@users.noreply.github.com> Date: Tue, 12 Feb 2019 02:33:35 +0100 Subject: [PATCH] Add -d argument description (#28785) --- guide/english/bash/bash-ls/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/bash/bash-ls/index.md b/guide/english/bash/bash-ls/index.md index 273b4369d2..c68a5b2b8d 100644 --- a/guide/english/bash/bash-ls/index.md +++ b/guide/english/bash/bash-ls/index.md @@ -18,6 +18,7 @@ You can list the items in any directory without even entering the directory. Con Most used options: * `-a`, all files and folders, including ones that are hidden and start with a `.` +* -d , list directories themselves and not contents of directories * `-l`, List in long format * `-lh`, Shows sizes in human readable format * `-lS`, Displays file size in order, will display big in size first