How to make a file like:
one
two
three
...
into:
one one
two two
three three
...
I'm thinking this must be possible with one simple Linux command. If my editor had block selections or macros I could do it easily. I'm using Geany right now. Maybe I need to switch editors again, or find a Geany plugin.
