On Wed, Jan 23, 2002 at 03:58:18PM +0100, Frank Joerdens wrote:
> On Wed, Jan 23, 2002 at 02:14:06AM +0100, Frank Joerdens wrote:
> > On Mon, Jan 21, 2002 at 05:21:17PM -0600, Ross J. Reedstrom wrote:
> [ . . . ]
> > > Where the ^K and ^M are actual control codes (generated in bash with
> > > ^I^K and ^I^M) should do it.
>
> On my terminal it's Control-V, which is bound to Readline's quoted-insert
> function (found that eventually).
>
> sed 's/^K/^M/g' old.csv > new.csv
>
That's exactly what I meant. In fact, it _is_ control-V on my keyboard,
as well: don't know how control-I slipped in there. Sorry!
Ross