Skip to content

Instantly share code, notes, and snippets.

@johnnyshankman
Created September 16, 2024 23:05
Show Gist options
  • Save johnnyshankman/ea907093efcaf7b6502ec27b891e2126 to your computer and use it in GitHub Desktop.
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)
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