Re: Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?

From: "Dominic J(dot) Eidson" <sauron(at)the-infinite(dot)org>
To: Brice Ruth <brice(at)webprojkt(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Michael Fork <mfork(at)toledolink(dot)com>, Ian Harding <iharding(at)pakrat(dot)com>, pgsql-general(at)postgresql(dot)org, pgsql-sql(at)postgresql(dot)org
Subject: Re: Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?
Date: 2001-02-07 16:45:31
Message-ID: Pine.LNX.4.21.0102071044360.11540-100000@morannon.the-infinite.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

On Wed, 7 Feb 2001, Brice Ruth wrote:

> Is there a simple (unix) command I can run on text files to convert
> cr/lf to lf? The way I did it seemed pretty ass-backward to me (not to
> mention time consuming).

perl -pi~ -e 's/\r//g' file1 file2 ... fileN

--
Dominic J. Eidson
"Baruk Khazad! Khazad ai-menu!" - Gimli
-------------------------------------------------------------------------------
http://www.the-infinite.org/ http://www.the-infinite.org/~dominic/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ian Lance Taylor 2001-02-07 16:47:44 Re: Cursors in SPI functions/procedures
Previous Message Tom Lane 2001-02-07 16:43:11 Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?

Browse pgsql-sql by date

  From Date Subject
Next Message clayton cottingham 2001-02-07 16:47:57 Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?
Previous Message Tom Lane 2001-02-07 16:43:11 Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?