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
Possibly
dd if=/dev/zero of=/dummy10MBfile bs=1M count=10