"I" before "E" except Gleitzman: Howdoi – Instant Coding Answers via the Command Line
One of my favorite collaborations to come out of the illustrious Oxidized Bismuth Blogger (OxBiz) ideation list is howdoi, a tool for instant coding answers via the command line.
The idea is simple – ask a question and get an answer.
$ howdoi format date bash > DATE=`date +%Y-%m-%d`…

