I was having fun with the cowsay (yeah, for me this is fun) combined with fortune to give a nice touch to my bash. Suddenly I discovered that there are many available cows :O (“cowsay -l”) , so I started seeing them all. It was kind of repetitive job to print each one of then (20 in total), so I combined cowsay with awk to write a command to print ‘em all, yay.
Each cow will be saying its own name. Enjoy :)
EDIT:
And here is an updated version that doesn’t rely on a for
loop (and also no parallel
, which is probably even nicer, but wanted to do without it ¯\_(ツ)_/¯)
comments powered by Disqus