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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by clem2610

  1. clem2610

    Read each word from File1 and search each file in file2

    I do not have any AWK code; I have c# code; It takes a long time to process it in c#; and so I want to do it AWK. 10 yrs back I did some work in AWK;
  2. clem2610

    Read each word from File1 and search each file in file2

    file1: has all words to be searched. 100007 200999 299997 File2: has all file names to be searched. C:\search1.txt C:\search2.txt C:\search3.txt C:\search4.txt Outfile: should have all found lines. Logic: Read each word in file1 and search each file in the list of File2; if the word found...

Part and Inventory Search

Back
Top