#!/usr/bin/env bash
# generate a 10MB test file
< /dev/urandom tr -dc "[:alnum:]" | head -c10000000 > input.txt