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
You can try head command:
head
$ head -c 100000 /dev/urandom >dummy