Created
July 26, 2014 15:31
-
-
Save tleen/2e2ec2e4cb8a8a0eb2a0 to your computer and use it in GitHub Desktop.
Generate random 1M file on unix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
head -c 1048576 </dev/urandom > filename |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment