Hacker News new | ask | show | jobs
by unimpressive 4921 days ago
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:

  sed 's/  / /g';
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.
1 comments