diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-23 11:46:54 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-23 11:46:54 +0100 |
| commit | e134fdf4dad7e6bc00e6c71d415fc72e37fb9b1c (patch) | |
| tree | 396cdaf74f9eb45393217270ac22365d891f0679 /challenge-005/james-smith/run-5a.bash | |
| parent | 8c264924082c21451e79570167906b09a5dee33e (diff) | |
| parent | 2d5eca29af4d23c6581cf0222274e564a57e9d1c (diff) | |
| download | perlweeklychallenge-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-5a.bash')
| -rw-r--r-- | challenge-005/james-smith/run-5a.bash | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/challenge-005/james-smith/run-5a.bash b/challenge-005/james-smith/run-5a.bash new file mode 100644 index 0000000000..2fc5cf1878 --- /dev/null +++ b/challenge-005/james-smith/run-5a.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-2a.pl /usr/share/dict/british-english-$i + echo ''; +done |
