aboutsummaryrefslogtreecommitdiff
path: root/challenge-005/james-smith/run-5b.bash
diff options
context:
space:
mode:
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