Skip to content

Instantly share code, notes, and snippets.

@gabrielstuff
Created October 16, 2012 21:09
Show Gist options
  • Select an option

  • Save gabrielstuff/3902076 to your computer and use it in GitHub Desktop.

Select an option

Save gabrielstuff/3902076 to your computer and use it in GitHub Desktop.
Random file size creation

#Random file size

###Command line to create a custom file size :

dd if=/dev/zero of=testfile.txt bs=100k count=1

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