|
problem using awk
my code is
nawk ' BEGIN { RS = "<CRM";
FS = ".;-"
}
' file_name
even when i have explicitly defined the record separator as <CRM. Still the system is taking new line as record separator. please help
Thanks in advance.
Regards
Rochit
Last edited by rochitsharma; 03-02-2006 at 09:02 AM..
Reason: title was not appropriate
|