From: | "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu> |
---|---|
To: | Frank Joerdens <frank(at)joerdens(dot)de> |
Cc: | pgsql-sql(at)postgresql(dot)org, hank(at)fas-art(dot)com |
Subject: | Re: importing data from Filemaker: weird newline characters |
Date: | 2002-01-23 20:03:46 |
Message-ID: | 20020123200346.GF11455@rice.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Murray Prior Hobbs | 2002-01-24 03:13:53 | Re: Red Hat 7.2 Regression failures (Re: pltcl build problem on FreeBSD (was: Re: pltlc and pltlcu problems)) |
Previous Message | Vsevolod Lobko | 2002-01-23 19:34:31 | Re: pltcl build problem on FreeBSD (was: Re: pltlc and pltlcu problems) |