LoginSignup
4
3

More than 5 years have passed since last update.

cowsayの全てのフォーマットを試すワンライナー

Last updated at Posted at 2015-10-03

記念に残しておく (何の記念かわからないけど...)
perlとcowsayが必要です

for cmd in `cowsay -l | perl -nle '$i++;if($i>1){foreach my $cmd (split (/ /, $_ )) {print "$cmd";}}'`; do cowsay -f $cmd "全てのcowsayを表示"; done
4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3