mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 19:15:27 +02:00
rm -rf
This commit is contained in:
parent
21992f3bf8
commit
7a30cfcf8a
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue