starmelon/examples/single-page/script/generate_test_file

4 lines
113 B
Text
Raw Normal View History

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