updated rm command to better match man pages (#30765)

This commit is contained in:
Josh Wiegand
2019-03-21 23:07:24 -04:00
committed by Christopher McCormack
parent 4a37cd1318
commit 63eb2841b5

View File

@ -3,6 +3,8 @@ title: Bash rm
---
## Bash command: rm
`rm` attempts to remove non-directory type files specified.
If permissions do not allow writing the user is prompted for confirmation.
### Usage