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
$ openssl rand -out random.tmp 1000000
You can try head command:
head
$ head -c 100000 /dev/urandom >dummy