Just a friendly nudge from a longtime lurker-<p>The holiday break has given me some extra bandwidth to stay up-to-date on HN, but I've found myself spending too much time consuming and not enough time producing. Get out there and make something cool! (I'm learning Rails :P)
Trying to figure out how to sed script all of the double spaces in gtypist to single space. I know that the sed line would be:<p><pre><code> sed 's/ / /g';
</code></pre>
I'm just not sure how run to through all the files and do the switch. I think I might just do it by hand. Theres only 46 of them.
Wasting and hour a day on hacker news increased my productivity tremendously. I have had cases where I have a problem and the solution is on first page. Or a simple search can find a lot off good info even better than stackoverflow. Pretty nice side effect for non QA site.