aboutsummaryrefslogtreecommitdiff
path: root/challenge-005/james-smith/run-5b.bash
blob: c1fadac428b1eb95553797b6f23c807ff55e3510 (plain)
1
2
3
4
5
6
for i in 'small' 'large' 'huge' 'insane'
do
  echo '## '${i^};
  /usr/bin/time -f 'Time taken: %U (%C)' perl perl5/ch-2b.pl /usr/share/dict/british-english-$i
  echo '';
done