Search Results

Search: Posts Made By: PuLPi
2,522
Posted By Chubler_XL
By the way, if you do happen to match 6 numbers,...
By the way, if you do happen to match 6 numbers, I think rdrtx1 should be given a small cut.
2,522
Posted By rdrtx1
See revised. All positions are checked. If match...
See revised. All positions are checked. If match by position then use previous.
2,522
Posted By rdrtx1
for i in `seq 10`; do seq 1 35 | shuf -n 7 | sort...
for i in `seq 10`; do seq 1 35 | shuf -n 7 | sort -g | tr '\n' ' ' ;echo; done > winning_numbers

for i in `seq 1`; do seq 1 35 | shuf -n 7 | sort -g | tr '\n' ' ' ;echo; done > my_numbers

awk '...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 04:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy