mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 18:55:06 +01:00
6 lines
108 B
Plaintext
6 lines
108 B
Plaintext
# Remove files and subdirs
|
|
rm -r path/to/the/target/
|
|
|
|
# Ignore non existent files
|
|
rm -f path/to/the/target
|