From 63eb2841b5672918fdfe1e8f42ab9c9d6b5f65a0 Mon Sep 17 00:00:00 2001 From: Josh Wiegand Date: Thu, 21 Mar 2019 23:07:24 -0400 Subject: [PATCH] updated rm command to better match man pages (#30765) --- guide/english/bash/bash-rm/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/bash/bash-rm/index.md b/guide/english/bash/bash-rm/index.md index fc9d49b4d3..8ea496ba65 100644 --- a/guide/english/bash/bash-rm/index.md +++ b/guide/english/bash/bash-rm/index.md @@ -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