Update index.md (#21844)
Added an example for calling rm with arguments to remove a nonempty folder.
This commit is contained in:
committed by
Christopher McCormack
parent
ee87987fa3
commit
49738cbd90
@@ -28,6 +28,11 @@ There are few commonly used arguments:
|
||||
### Warning
|
||||
This command is capable of deleting many files at once with ease. This can be beneficial, but also dangerous. Use at your own risk.
|
||||
|
||||
To remove a nonempty folder for example, type:
|
||||
`rm -rf folder`
|
||||
|
||||
|
||||
|
||||
### More Information:
|
||||
* [Wikipedia](https://en.wikipedia.org/wiki/Rm_(Unix))
|
||||
* [Man pages](http://man7.org/linux/man-pages/man1/rm.1.html)
|
||||
|
Reference in New Issue
Block a user