Hi,
I am a novice awk user.
Actually I use mawk on Windows XP.
I am already familiar with the following code for deleting duplicate records.
!arr[$0]++ deletes if whole line matches
!arr[$2]++ deletes if field two matches
!arr[$2,$3]++ deletes if fields two and three match
The third...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.