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

5
cheatsheets/rm Normal file
View File

@ -0,0 +1,5 @@
# Remove files and subdirs
rm -r path/to/the/target/
# Ignore non existent files
rm -f path/to/the/target