diff --git a/guide/english/bash/bash-rm/index.md b/guide/english/bash/bash-rm/index.md index fc9d49b4d3c..8ea496ba654 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