1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 19:15:27 +02:00
This commit is contained in:
Wing 2016-01-14 21:43:17 +08:00
parent 21992f3bf8
commit 7a30cfcf8a

View file

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