mirror of
https://github.com/cheat/cheat.git
synced 2024-11-14 08:01:09 +01:00
commit
740358e4c0
1 changed files with 6 additions and 0 deletions
|
@ -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 .*/ */
|
||||
|
|
Loading…
Reference in a new issue