aboutsummaryrefslogtreecommitdiff
path: root/challenge-005/james-smith/run-5.bash
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-04-23 11:46:54 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-04-23 11:46:54 +0100
commite134fdf4dad7e6bc00e6c71d415fc72e37fb9b1c (patch)
tree396cdaf74f9eb45393217270ac22365d891f0679 /challenge-005/james-smith/run-5.bash
parent8c264924082c21451e79570167906b09a5dee33e (diff)
parent2d5eca29af4d23c6581cf0222274e564a57e9d1c (diff)
downloadperlweeklychallenge-club-e134fdf4dad7e6bc00e6c71d415fc72e37fb9b1c.tar.gz
perlweeklychallenge-club-e134fdf4dad7e6bc00e6c71d415fc72e37fb9b1c.tar.bz2
perlweeklychallenge-club-e134fdf4dad7e6bc00e6c71d415fc72e37fb9b1c.zip
Merge branch 'master' of https://github.com/manwar/perlweeklychallenge-club
Diffstat (limited to 'challenge-005/james-smith/run-5.bash')
-rw-r--r--challenge-005/james-smith/run-5.bash6
1 files changed, 6 insertions, 0 deletions
diff --git a/challenge-005/james-smith/run-5.bash b/challenge-005/james-smith/run-5.bash
new file mode 100644
index 0000000000..3b06919763
--- /dev/null
+++ b/challenge-005/james-smith/run-5.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-2.pl /usr/share/dict/british-english-$i
+ echo '';
+done