mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 20:42:23 +03:00
rm -rf
This commit is contained in:
parent
21992f3bf8
commit
7a30cfcf8a
@ -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 {{\*}}`
|
||||
|
Loading…
Reference in New Issue
Block a user