Quote:
|
Originally Posted by rochitsharma
can anyone tell me any way to change record separator (default is new line).
RS in nawk as not working.
Thanks in advance.
Regards
Rochit
|
could you define 'not working', pls?
An example might be helpful.
P.S. The 'out-of-the-box' awk's can only define RS as
single characters -
no regex for RS.