Skip to content

Instantly share code, notes, and snippets.

@larsparendt
Created February 10, 2014 10:40
Show Gist options
  • Save larsparendt/8913698 to your computer and use it in GitHub Desktop.
Save larsparendt/8913698 to your computer and use it in GitHub Desktop.
Quickly creating large files
File with random content
dd if=/dev/random of=myfile.dat bs=1024 count=10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment