Skip to content

Instantly share code, notes, and snippets.

@syguer
Created February 6, 2014 05:39
Show Gist options
  • Save syguer/8838886 to your computer and use it in GitHub Desktop.
Save syguer/8838886 to your computer and use it in GitHub Desktop.
Create arbitrary size file
dd if=/dev/zero of=tempfile bs=1M count="SOME SIZE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment