10-07-2013, 06:40 AM
|
|
|
It's 42
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083
|
On your server in SSH or locally in terminal on a LINUX box ...
Maybe, some one knows the same command on a windows box?
Code:
$ shuf -n3 filename
-n is the word count that you want e.g.; -n 34
|
|
|