# `sort`

`sort` arranges lines of text in a selected order.

## Common `sort` usage

```bash
sort file.txt
```
