mirror of
https://github.com/cheat/cheat.git
synced 2025-04-16 14:36:07 +02:00
Add two cheats for ls-command
Display directories only
This commit is contained in:
parent
cafa2fb2fd
commit
2ebc8c9fac
@ -9,3 +9,9 @@ ls -lh
|
|||||||
|
|
||||||
# Display files, sorted by size
|
# Display files, sorted by size
|
||||||
ls -S
|
ls -S
|
||||||
|
|
||||||
|
# Display directories only
|
||||||
|
ls -d */
|
||||||
|
|
||||||
|
# Display directories only, include hidden
|
||||||
|
ls -d .*/ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user