to delete every crlf to a space. tried
sed 's/\015\012/" "/' dbcontents.txt >dbcontents2.txt and sed 's/\015\012/\024/' dbcontents.txt >dbcontents2.txt and and some variations. -- Nick Rout <[EMAIL PROTECTED]>
to delete every crlf to a space. tried
sed 's/\015\012/" "/' dbcontents.txt >dbcontents2.txt and sed 's/\015\012/\024/' dbcontents.txt >dbcontents2.txt and and some variations. -- Nick Rout <[EMAIL PROTECTED]>