mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 17:08:29 +01:00
9870deee6f
Made minor changes to the ls and rm cheatsheets.
5 lines
109 B
Text
5 lines
109 B
Text
# Remove files and subdirs
|
|
rm -rf path/to/the/target/
|
|
|
|
# Ignore non existent files
|
|
rm -f path/to/the/target
|