mirror of
https://github.com/cheat/cheat.git
synced 2025-11-04 15:55:27 +01:00
@@ -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 .*/ */
|
||||
|
||||
Reference in New Issue
Block a user