mirror of
https://github.com/Erreur32/cheat.git
synced 2025-01-13 08:12:01 +01:00
5 lines
108 B
Text
5 lines
108 B
Text
# Remove files and subdirs
|
|
rm -r path/to/the/target/
|
|
|
|
# Ignore non existent files
|
|
rm -f path/to/the/target
|