This is an interesting article, not because Google is dropping Windows, but because they seem to have dropped it in favour of GNU/Linux (and Mac). I figured it might be of interest to some in the list:
http://www.ft.com/cms/s/2/d2f3f04e-6ccf-11df-91c8-00144feab49a.html Kumar -- : ####[ GNU/Linux One Stanza Tip (LOST) ]####################### Sub : Commenting lines under vi (for scripts) LOST #256 To comment out multiple lines while writing scripts under vi (where # is the comment marker): :.,+N s/^/#/g (where N is number of lines to be commented after the current cursor location inclusive of current). ####[kumarayil (at) eth.net]################################## : _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
