diff --git a/guide/english/bash/bash-rm/index.md b/guide/english/bash/bash-rm/index.md index 86706eb1ce..7bb5b92e31 100644 --- a/guide/english/bash/bash-rm/index.md +++ b/guide/english/bash/bash-rm/index.md @@ -18,6 +18,8 @@ rm rm -R ``` +You will be prompted with **'rm: remove regular file ‘hello’?'** and will need to respond **'y'** before the file can be deleted. Use this command with caution because 'rm' is a permanent action. + There are few commonly used arguments: - `-r` , means to recursively delete all the folders inside a directory.