waldyrious/alt-syntax
Wing 2016-01-14 21:43:17 +08:00
parent 21992f3bf8
commit 7a30cfcf8a
1 changed files with 4 additions and 0 deletions

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 {{\*}}`