今天无聊查了下这个 cowsay 还能显示什么图案...
https://en.wikipedia.org/wiki/Cowsay
于是看到了下面这两个
$ cowsay -f sodomized-sheep what the fuck? ________________ < what the fuck? > ---------------- \ __ \ (oo) \ ( ) \ /--\ __ / \ \ UooU\.'@@@@@@`.\ ) \__/(@@@@@@@@@@) / (@@@@@@@@)(( `YY~~~~YY' \\ || || >>
$ cowsay -f head-in what the fuck ??? ___________________ < what the fuck ??? > ------------------- \ \ ^__^ / (oo)\_______/ _________ (__)\ )=( ____|_ \_____ ||----w | \ \ \_____ | || || || ||
查看全部图案
$ for i in $(cowsay -l); do cowsay -f $i "$i"; done
![]() | 1 dany813 2018-04-16 10:29:53 +08:00 2233 |
![]() | 2 x13945 2018-04-17 11:12:31 +08:00 666,mac 的 cowsay 里居然没他俩( doge ) |
![]() | 3 lichun OP |