1
0
mirror of https://github.com/cheat/cheat.git synced 2024-12-24 13:39:44 +01:00
cheat/cheatsheets/rm
Chris Lane 9870deee6f Cheatsheets: minor tweaks
Made minor changes to the ls and rm cheatsheets.
2013-10-08 19:52:46 -04:00

6 lines
109 B
Plaintext

# Remove files and subdirs
rm -rf path/to/the/target/
# Ignore non existent files
rm -f path/to/the/target