mirror of https://github.com/cheat/cheat.git
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
|