0 Members and 4 Guests are viewing this topic.
seq 0 9999999 > numbers.txt
for i in {0..99999999}; do echo $i; done > numbers.txt
crunch 0 10 1234567890 > *filename*.txt
crunch min max (options)