Skip to content

Instantly share code, notes, and snippets.

@khalidx
Created September 21, 2021 23:28
Show Gist options
  • Save khalidx/f9dfa2abe06c8265bf343161e21f2ce8 to your computer and use it in GitHub Desktop.
Save khalidx/f9dfa2abe06c8265bf343161e21f2ce8 to your computer and use it in GitHub Desktop.
Generate a file of a specific size

generating a file of a specific size

mac

mkfile -n 2g ~/some/file.txt

linux

truncate -s 5M ~/some/file.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment