Brice Ruth <[EMAIL PROTECTED]> writes:
> Is there a simple (unix) command I can run on text files to convert
> cr/lf to lf?
You could strip out CRs entirely with
tr -d '\015'
regards, tom lane
- Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference? Brice Ruth
- Re: [SQL] Re: SQL Join - MySQL/PostgreSQL differe... Brice Ruth
- Re: [SQL] Re: SQL Join - MySQL/PostgreSQL differe... Tom Lane
- Re: [SQL] Re: SQL Join - MySQL/PostgreSQL differe... Brice Ruth
- Re: [SQL] Re: SQL Join - MySQL/PostgreSQL differe... Tom Lane
- Re: [SQL] Re: SQL Join - MySQL/PostgreSQL differe... clayton cottingham
- Re: [SQL] Re: SQL Join - MySQL/PostgreSQL differe... Christopher Sawtell
- Re: [SQL] Re: SQL Join - MySQL/PostgreSQL differe... Albert REINER
