shuf

shuf#

Shuffle lines / pick random.

$ shuf file
$ shuf -n 1 file
$ shuf -i 1-100 -n 5