learningawk
Technical User
I have some old files, 1980's vintage data, that has 80 column records with several sets of <null><null><null> etc. between each good record. When I do a DD comand to dump and then a unix fold command to align the records, the output data is not columnized because of the <null> values.
I have tried to remove the <null> characters with a text editor and it doesn't recognize the character.
Can you do a substitution of the null character for nothing using AWK? and if so how.
Thanks
I have tried to remove the <null> characters with a text editor and it doesn't recognize the character.
Can you do a substitution of the null character for nothing using AWK? and if so how.
Thanks