mirror of https://github.com/cheat/cheat.git
Cheatsheets: minor tweaks
Made minor changes to the ls and rm cheatsheets.
This commit is contained in:
parent
d9bce2f3c4
commit
9870deee6f
|
@ -1,5 +1,5 @@
|
|||
# Remove files and subdirs
|
||||
rm -r path/to/the/target/
|
||||
rm -rf path/to/the/target/
|
||||
|
||||
# Ignore non existent files
|
||||
rm -f path/to/the/target
|
||||
|
|
Loading…
Reference in New Issue