Search Postgresql Archives

Re: Data loading from a flat file...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Pandurangan R S wrote:
To get rid of ^M characters you could use

cat file | tr -d ^M

you need to type ^V before you type ^M in the preceeding command. But
^V will not be displayed on the screen.

Or you can use dos2unix/unix2dos, if installed. I believe they are in the sysutils package.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux