domingo, 4 de enero de 2015

Select random lines from a file in bash

 
https://stackoverflow.com/questions/9245638/select-random-lines-from-a-file-in-bash/
shuf -n N input > output
 
 
shuf -n 1 calleridlist.conf