Genera permutaciones aleatorias. Más información: https://keith.github.io/xcode-man-pages/shuf.1.html.
shuf {{nombre_archivo}}
shuf --head-count=5 {{nombre_archivo}}
shuf {{nombre_archivo}} --output={{nombre_archivo_salida}}
shuf --input-range=1-10