I\'d like to generate dummy files in bash. The content doesn\'t matter, if it was random it would be nice, but all the same byte is also acceptable.
My first attempt was
This will generate a text file 100,000 bytes large:
yes 123456789 | head -10000 > dummy.file