You are looking at posts that were written in the month of January in the year 2009.
Posted on January 22nd, 2009 by Chris.
Categories: Chris, Haiku.
We find fault often;
our faults are the same, but found
better by others.
Posted on January 8th, 2009 by Tim.
Categories: General/Misc..
A little-known tool for copying things to the clipboard from the command line is the “clip” tool. As an example, here’s a neat trick to copy the current path from a command window:
cd | clip
With no parameters, cd just displays the current path, and piped to clip it’s on the clipboard now.