I am copying data from a terminal which will wrap long (more than 80 characters) lines. When I copy and paste there are carriage returns at each line wrap.
How can I remove carriage returns if and only if they are in the 81 column?
Using POSIX regular expression:
find (.{80})\n
replace \1
To use POSIX goto Configure->Preferences->Editor
and tick the "Use POSIX regular expression syntax" box.
In the replace dialog tick the "Regular expression" box.
HTH
Then I open up and see
the person fumbling here is me
a different way to be