I need a program that will generate a text file of a size I choose – I need 10 / 20 / 50 / 100meg files to test with. I can’t use copy/paste repeatedly because I do not want to open the file as a normal one until after I have completed what I’m testing. I’m after some code I can point at another file to use as a ‘seed’, set the size and click Go. I am still searching, but if you know of one ?
Update: Found a suitable source – the Bad-Behaviour logs.
Surely a quick bit of php would do that?
Just set a file to write X number of chunks of random data that are a set length.
Just a thought anyhow.