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