blob: acce92fb25312f8146339cfc0793a03faae6ba63 [file] [log] [blame]
Denis Vlasenko5c090a92009-04-08 21:51:33 +00001# 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