add cheatsheet for df iwconfig ls and rm

This commit is contained in:
ashernor
2013-10-06 19:47:15 +02:00
parent 545c35722a
commit d9bce2f3c4
4 changed files with 26 additions and 0 deletions

11
cheatsheets/ls Normal file
View 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