# `less`

`less` displays text one screen at a time with interactive navigation.

## Common `less` usage

```bash
less file.txt
```
