# sort

## Sort an unsorted list of IPs

```
cat unsorted.txt | sort -V > sorted.txt
```
