Skip to content

Instantly share code, notes, and snippets.

@rm--
Last active October 10, 2024 08:58
Show Gist options
  • Save rm--/9451f82cd25e715a6640244ac71404e7 to your computer and use it in GitHub Desktop.
Save rm--/9451f82cd25e715a6640244ac71404e7 to your computer and use it in GitHub Desktop.
create test file with specific size
yes 'This is a test file.' | head -c 10000000 > testfile.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment