Skip to content

Instantly share code, notes, and snippets.

@ficapy
Created November 16, 2015 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ficapy/56aba23491611636b21c to your computer and use it in GitHub Desktop.
Save ficapy/56aba23491611636b21c to your computer and use it in GitHub Desktop.
OSX:
http://osxdaily.com/2013/05/31/create-large-file-mac-os-x/
mkfile -n size[b|k|m|g] filename
Others:
http://www.skorks.com/2010/03/how-to-quickly-generate-a-large-file-on-the-command-line-with-linux/
dd if=/dev/zero of=somefile bs=1 seek=1G count=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment