blob: acce92fb25312f8146339cfc0793a03faae6ba63 [file] [log] [blame]
Denys Vlasenko4a1d8f62017-07-24 12:49:49 +02001# This creates 120k file
2yes "123456789 123456789 123456789 123456789" | head -3000 >>"$0.tmp"
3
4echo "`cat $0.tmp`" | md5sum
5rm "$0.tmp"
6yes "123456789 123456789 123456789 123456789" | head -3000 | md5sum
7echo End