Skip to content

Commit

Permalink
Made the formatting more consistent (#19979)
Browse files Browse the repository at this point in the history
The formatting is now more consistent with the other files in the directory, also added a link to the Linux page.
  • Loading branch information
RyanElliottGit authored and moT01 committed Oct 27, 2018
1 parent eb3aa43 commit 0be9724
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions guide/english/bash/bash-rm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ title: Bash rm

There are few commonly used arguments:

- `r` , means to recursively delete all the folders inside a directory.
- `f` , means to forcefully delete anything folder or file.
- `-r` , means to recursively delete all the folders inside a directory.
- `-f` , means to forcefully delete anything folder or file.
- `-rf` , means that both arguments will be used together.

### More Information:
* [Wikipedia](https://en.wikipedia.org/wiki/Rm_(Unix))
* [Linux](https://linux.die.net/man/1/rm)

0 comments on commit 0be9724

Please sign in to comment.