Skip to content

Instantly share code, notes, and snippets.

@ff6347
Last active September 19, 2019 06:51
Show Gist options
  • Select an option

  • Save ff6347/7cd3b555d1b69b94ce1887283a6961c1 to your computer and use it in GitHub Desktop.

Select an option

Save ff6347/7cd3b555d1b69b94ce1887283a6961c1 to your computer and use it in GitHub Desktop.
Create a large file for testing
#!/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