1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 19:35:27 +02:00

Update rm.md

This commit is contained in:
Wing 2016-01-15 17:23:41 +08:00
parent 7a30cfcf8a
commit b5d0a4a779

View file

@ -10,7 +10,7 @@
`rm -r {{/path/to/folder}}`
- Remove file/directory without prompt:
- Remove directory without prompt:
`rm -rf {{/path/to/folder}}`