mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-03 14:31:06 +01:00
9870deee6f
Made minor changes to the ls and rm cheatsheets.
6 lines
109 B
Plaintext
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
|