
# `man`

`man` displays the manual page for a command.

## Common `man` usage

```bash
man grep # documentation for grep

man sed # documentation for sed 
```
