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

Поиск
Список
Период
Сортировка
От Dominic J. Eidson
Тема Re: Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?
Дата
Msg-id Pine.LNX.4.21.0102071044360.11540-100000@morannon.the-infinite.org
обсуждение исходный текст
Ответ на Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?  (Brice Ruth <brice@webprojkt.com>)
Список pgsql-general
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/


В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?
Следующее
От: Ian Lance Taylor
Дата:
Сообщение: Re: Cursors in SPI functions/procedures