Ls: Difference between revisions
From Leechfinger
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=== Show only directories === | === Show only directories === | ||
<syntaxhighlight lang="bash">$ ls -d */</syntaxhighlight> | <syntaxhighlight lang="bash" line>$ ls -d */</syntaxhighlight> | ||
[[Category:Commands]] | [[Category:Commands]] |
Revision as of 17:28, 3 May 2025
Show only directories
$ ls -d */