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

pull/35655/head
Josh Wiegand 2019-03-21 23:07:24 -04:00 committed by Christopher McCormack
parent 4a37cd1318
commit 63eb2841b5
1 changed files with 2 additions and 0 deletions

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