Good Afternoon
I have a basic text file that contains rows of numbers, an example below.
700025658455
700025456633
700056656565
700354545441
700255656565
There is no limit on the amount of rows contained in the text file.
I want to create a script that will randomly pick 10 numbers from the list and output to a new text file.
I have a basic text file that contains rows of numbers, an example below.
700025658455
700025456633
700056656565
700354545441
700255656565
There is no limit on the amount of rows contained in the text file.
I want to create a script that will randomly pick 10 numbers from the list and output to a new text file.