Created
June 22, 2020 18:50
-
-
Save dannylloyd/785defc2a086867e3ae9fac456882c00 to your computer and use it in GitHub Desktop.
Generate test file with specified file size
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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