aboutsummaryrefslogtreecommitdiff
path: root/challenge-005/james-smith/run-5b.bash
diff options
context:
space:
mode:
authorbagheera-sands <git@sandsscouts.org.uk>2019-04-23 09:19:55 +0100
committerbagheera-sands <git@sandsscouts.org.uk>2019-04-23 09:19:55 +0100
commit75c977b4ce2b187f170e9d1c739071707b4e9237 (patch)
tree77b6048723ee4e60b664d0dd6036c1a2475bda16 /challenge-005/james-smith/run-5b.bash
parent5ee061e57de12fb9071bb2fcd3a26ea7ce2cecf6 (diff)
downloadperlweeklychallenge-club-75c977b4ce2b187f170e9d1c739071707b4e9237.tar.gz
perlweeklychallenge-club-75c977b4ce2b187f170e9d1c739071707b4e9237.tar.bz2
perlweeklychallenge-club-75c977b4ce2b187f170e9d1c739071707b4e9237.zip
perl 5 solutions - need to rewrite for perl 6
Diffstat (limited to 'challenge-005/james-smith/run-5b.bash')
-rw-r--r--challenge-005/james-smith/run-5b.bash6
1 files changed, 6 insertions, 0 deletions
diff --git a/challenge-005/james-smith/run-5b.bash b/challenge-005/james-smith/run-5b.bash
new file mode 100644
index 0000000000..c1fadac428
--- /dev/null
+++ b/challenge-005/james-smith/run-5b.bash
@@ -0,0 +1,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