aboutsummaryrefslogtreecommitdiff
path: root/challenge-005/james-smith/run-5.bash
blob: 3b06919763148ee1bfdad41fe69c133f40b0b329 (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-2.pl /usr/share/dict/british-english-$i
  echo '';
done