nikhil.io

seventeen things tagged “unix

Cowsay! 🐮

I love me my cowsay. It’s a lovely amusement that greets me every time I open a terminal session. People typically use it with the fortune command but my cow moos a random developer excuse. I generate that using this bash function and this invocation: command -v cowsay >/dev/null 2>&1 &am…

The Korn Shell

Good talk by Siteshwar Vashisht at FOSDEM 2019 on maintaining the Korn shell and old codebases in general. I came by his work while reading up on the fish shell. Featured this nugget He talks about how they removed dead/inapplicable code and micro-optimizations, refactored a lot of legacy code, imp…