Hi awkers.
I have written a nawk script to parse a large log file (thousands of lines). I now have the log in the correct format and need to remove all duplicate lines, but I would prefer to do this using an awk function.
Is it possible to do this using awk? I know I can use uniq to do the same thing but it would mess up some of the post processing I have done.
Thanks,
uksnowman
I have written a nawk script to parse a large log file (thousands of lines). I now have the log in the correct format and need to remove all duplicate lines, but I would prefer to do this using an awk function.
Is it possible to do this using awk? I know I can use uniq to do the same thing but it would mess up some of the post processing I have done.
Thanks,
uksnowman