Thread: using cr/lf files in copy from

using cr/lf files in copy from

From
"Sergio A. Kessler"
Date:
it's just me or COPY FROM doesn't cope with DOS style lines ? (ie cr/lf)


Re: using cr/lf files in copy from

From
John McKown
Date:
Correct. I've always had to convert from DOS style to UNIX style lines. I
have a program called DOS2UNIX which does that. You can also use sed

sed 's/\r$//' <dos.style >unix.style


On Fri, 13 Oct 2000, Sergio A. Kessler wrote:

>
> it's just me or COPY FROM doesn't cope with DOS style lines ? (ie cr/lf)
>