Search Results

Search: Posts Made By: Vikramhm
1,904
Posted By Vikramhm
Hi, Thanks for for your help. I found...
Hi,

Thanks for for your help.

I found this code to remove the new line characters present within the quotes.

awk '(NR-1)%2 {$1=$1}1' RS=\" ORS=\" infile

This is working fine. But is...
1,904
Posted By Vikramhm
Removing newline characters within DEL quotes.
Hi,

Text file has DEL character(ASCII code 127) as quotes with comma as field delimiter. If any of the field contains new line character then I need to remove it. Please help me to achieve this. ...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 09:33 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy