cheat/cheatsheets/rm

6 lines
108 B
Plaintext
Raw Normal View History

# Remove files and subdirs
rm -r path/to/the/target/
# Ignore non existent files
rm -f path/to/the/target