147 B
147 B
Generating a file
head -c 8 </dev/zero >myfile
head -c 16M </dev/random >>myfile
You can repeat the second command to grow the file
head -c 8 </dev/zero >myfile
head -c 16M </dev/random >>myfile
You can repeat the second command to grow the file