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

    Read two files, if duplicate found ignore, otherwise print

    Thanks to Futurelet and PHV for setting me straight on that one line of code that I had messed up by splitting it up! It works fine now.
  2. hsemple

    Read two files, if duplicate found ignore, otherwise print

    futurelet, Thanks for the response, however, when I tried your code it didn't work out as I had expected. I added the code to my unix script but the output file that gets created is the same as the $histfile, it doesn't pick out the unique records: # First line reads first file. # Second line...
  3. hsemple

    Read two files, if duplicate found ignore, otherwise print

    Hi, I have 2 data files that contain 2 days worth of transactions. For example File1 contains Mon & Tues data and File2 contains Tues & Wed data. There will be some additional Tues records in File2 that were not in File1 due to the time that the file was created. I need to be able to read...

Part and Inventory Search

Back
Top