mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-01-03 22:47:15 +03:00
a85601486c
Edited cp and rm. Fixed markdown escaping the wildcard.
262 B
262 B
rm
Remove files or directories
- Remove files from arbitrary locations
rm {{/path/to/file}} {{/otherpath/to/file2}}
- Remove recursively a directory and all it's subdirectories
rm -r {{/path/to/folder}}
- Prompt before every removal
rm -i {{\*}}