bashGeneral

Meta dot in bash

"Meta dot" or Alt+. is a really useful bash shortcut key that I've come to appreciate lately. It brings up the last command-line argument of the last command that you used (sort of like !$ but less of a gamble) and you can hit it...
GeneralProgramming

Learning vi/vim

I've decided that I want to become more proficient in vi, the classic UNIX text editor. Being a jed (which is emacsish) fan, it feels somewhat masochistic to learn vi, but also a good reason. The reason is that while jed and even...