Created
September 16, 2024 23:05
-
-
Save johnnyshankman/ea907093efcaf7b6502ec27b891e2126 to your computer and use it in GitHub Desktop.
make a file of any size that's just padded with nothingness using mkfile (osx / unix)
This file contains 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
mkfile -n 400k temp_file_name_of_400kb_file | |
mkfile -n 2g temp_file_name_of_10gb_file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment