#!/bin/ksh

for i in 1K 2K 4K 8K 16K 32K 64K 128K 256K 512K 1MB 2MB 4MB; do
  echo $i
  ./t
  cat jj.html jj.html > oops
  mv oops jj.html
done
