cheat/cheatsheets/rm

6 lines
109 B
Plaintext
Raw Normal View History

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