diff --git a/cheat/cheatsheets/ls b/cheat/cheatsheets/ls index 9d85600..41a116a 100644 --- a/cheat/cheatsheets/ls +++ b/cheat/cheatsheets/ls @@ -9,3 +9,9 @@ ls -lh # Display files, sorted by size ls -S + +# Display directories only +ls -d */ + +# Display directories only, include hidden +ls -d .*/ */