Whenever my awk program sees a record which contains the non-printable character given by ascii code 26 (), it simply stops processing as if it met the end-of-file.
It does not process the record which contained the ascii-26 character.
(I am using gawk).
I am eternally grateful to anyone who can show me how to avoid this behaviour.
Thanks.
It does not process the record which contained the ascii-26 character.
(I am using gawk).
I am eternally grateful to anyone who can show me how to avoid this behaviour.
Thanks.