1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 19:15:27 +02:00

Merge pull request #672 from steelywing/patch-3

`rm -rf`
This commit is contained in:
Waldir Pimenta 2016-01-16 16:36:36 +00:00
commit 81311fbcb7

View file

@ -10,6 +10,10 @@
`rm -r {{/path/to/folder}}`
- Remove directory without prompt:
`rm -rf {{/path/to/folder}}`
- Prompt before every removal:
`rm -i {{\*}}`