mirror of
https://github.com/cheat/cheat.git
synced 2025-09-06 12:03:00 +02:00
Merge branch 'master' of github.com:ImmortalPC/cheat into ImmortalPC-master
* 'master' of github.com:ImmortalPC/cheat: [GREP,NMAP,RM,WGET] Add new cheats
This commit is contained in:
@ -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 '{}' \;
|
||||
|
Reference in New Issue
Block a user