[GREP,NMAP,RM,WGET] Add new cheats

This commit is contained in:
ImmortalPC
2014-07-29 18:01:04 +02:00
parent e5093db169
commit 22a33dc5d3
4 changed files with 24 additions and 3 deletions

View File

@ -1,5 +1,8 @@
# Remove files and subdirs
rm -rf path/to/the/target/
# Ignore non existent files
# Ignore non existent files
rm -f path/to/the/target
# Remove a file with his inode
find /tmp/ -inum 6666 -exec rm -i '{}' \;