Skip to content

Instantly share code, notes, and snippets.

@dannylloyd
Created June 22, 2020 18:50
Show Gist options
  • Save dannylloyd/785defc2a086867e3ae9fac456882c00 to your computer and use it in GitHub Desktop.
Save dannylloyd/785defc2a086867e3ae9fac456882c00 to your computer and use it in GitHub Desktop.
Generate test file with specified file size
#https://stackoverflow.com/a/46571396/618186
fsutil file createnew [filename].[extension] [# of bytes]
fsutil file createnew asdf.pdf 6234214 #6mb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment