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