diff --git a/guide/english/bash/bash-rm/index.md b/guide/english/bash/bash-rm/index.md index 1ad3b58d7c..5aa83c2ffa 100644 --- a/guide/english/bash/bash-rm/index.md +++ b/guide/english/bash/bash-rm/index.md @@ -4,7 +4,19 @@ title: Bash rm ## Bash command: rm -**Delete a File/Directory** ,for example `rm hello`. +### Usage + +**Delete a File** + +```bash +rm +``` + +**Delete a Directory** + +```bash +rm -R +``` There are few commonly used arguments: