Skip to content

Instantly share code, notes, and snippets.

@puneet-goel
Last active August 10, 2025 08:58
Show Gist options
  • Save puneet-goel/852d52ca40dd23c4d891f21fbdc0386e to your computer and use it in GitHub Desktop.
Save puneet-goel/852d52ca40dd23c4d891f21fbdc0386e to your computer and use it in GitHub Desktop.
Create random files f required size
# windows
fsutil file createnew [filename].[extension] [# of bytes]
# linux
fallocate -l 10G [filename].[extension]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment