Last active
September 19, 2019 06:51
-
-
Save ff6347/7cd3b555d1b69b94ce1887283a6961c1 to your computer and use it in GitHub Desktop.
Create a large file for testing
This file contains hidden or 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
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| IFS=$'\n\t' | |
| base64 /dev/urandom | head -c 5000000 > file.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment