mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 22:11:35 +01:00
9870deee6f
Made minor changes to the ls and rm cheatsheets.
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
|