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)
>