mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-16 08:58:35 +01:00
9870deee6f
Made minor changes to the ls and rm cheatsheets.
5 lines
109 B
Text
5 lines
109 B
Text
# Remove files and subdirs
|
|
rm -rf path/to/the/target/
|
|
|
|
# Ignore non existent files
|
|
rm -f path/to/the/target
|