It’s more like a joke / just for jun task. But it also perfectly shows one of the Unix principle: Make each program do one thing well. To do a new job, build afresh rather than complicate old programs by adding new “features”. Actually even two principles; Write programs to handle text streams, because thatContinue Reading
Tag: Just For Fun
The banner “Yes” of “no”
Well, maybe it’s not useful, but it’s fun! Just a oneliner with command “banner” – an utility for creating terminal greetings / announcements. $ banner -w40 yes | sed ‘s/#/no/g;s/ / /g’ no Continue Reading