mirror of
https://github.com/cheat/cheat.git
synced 2025-09-02 18:18:30 +02:00
add cheatsheet for df iwconfig ls and rm
This commit is contained in:
11
cheatsheets/ls
Normal file
11
cheatsheets/ls
Normal file
@ -0,0 +1,11 @@
|
||||
# Displays everything in the target directory
|
||||
ls path/to/the/target/directory
|
||||
|
||||
# Displays everything including hidden files
|
||||
ls -a
|
||||
|
||||
# Displays all files, along with the size (with unit suffixes) and timestamp
|
||||
ls -lh
|
||||
|
||||
# Display files, sorted by size
|
||||
ls -S
|
Reference in New Issue
Block a user