/ Published in: Bash
Generate a random file with random contents but with a fixed size
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$ head -c 100m < /dev/urandom > random_file_100MB