Skip to content

Instantly share code, notes, and snippets.

@peschee
Created October 24, 2013 08:03
Show Gist options
  • Save peschee/7133058 to your computer and use it in GitHub Desktop.
Save peschee/7133058 to your computer and use it in GitHub Desktop.
Create a test file of specific size
dd if=/dev/zero of=test_10MB bs=10485760 count=1
@peschee
Copy link
Author

peschee commented Oct 24, 2013

10_1024_1024 = 10485760 bytes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment