From 75c977b4ce2b187f170e9d1c739071707b4e9237 Mon Sep 17 00:00:00 2001 From: bagheera-sands Date: Tue, 23 Apr 2019 09:19:55 +0100 Subject: perl 5 solutions - need to rewrite for perl 6 --- challenge-005/james-smith/run-5.bash | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 challenge-005/james-smith/run-5.bash (limited to 'challenge-005/james-smith/run-5.bash') 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 -- cgit