Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PrinceOfDervock

    delete "almost" duplicate

    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...

Part and Inventory Search

Back
Top