aboutsummaryrefslogtreecommitdiff
path: root/man/rm.md
blob: a70e3e9b38c34818d15a6fb6c9f69f6e6626dc49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# rm

Remove files and directories

## Usage

```
$ rm <file>
```

```
$ rm <directory>
```