mirror of
https://github.com/cheat/cheat.git
synced 2025-02-20 17:41:17 +01:00
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
|