mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 19:15:27 +02:00
commit
81311fbcb7
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
|||
|
||||
`rm -r {{/path/to/folder}}`
|
||||
|
||||
- Remove directory without prompt:
|
||||
|
||||
`rm -rf {{/path/to/folder}}`
|
||||
|
||||
- Prompt before every removal:
|
||||
|
||||
`rm -i {{\*}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue