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 gkittelson 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: *

  • Users: rhxk
  • Order by date
  1. rhxk

    how do i get specific info's from 2 files?

    Thanks! I changed to nawk (with a little mods to apply to my txt files) & it worked! Thanks a bunch! As Always, ...Robert
  2. rhxk

    how do i get specific info's from 2 files?

    Thanks for the reply... However, I get a syntax error: ./ccc.awk Customers.txt Orders.txt awk: syntax error near line 13 awk: illegal statement near line 13 awk: syntax error near line 15 awk: bailing out near line 15 which are: FILENAME == ARGV[1] { if ( !($1 in lines) ) { #line 13...
  3. rhxk

    how do i get specific info's from 2 files?

    Hi All, I have 2 data files: #1) Customer.txt which has the following: ARRON, Germany, Sales, Jack PHILLIP, Sweden, Programmer, Anna JERRY, Mexico, Administrator, John ....and so on.... #2) Order.txt which has the following 203, PHILLIP, 9-Jul-88, 13-Sep-03 1429, ARRON, 12-Sep-86, 8-Feb-87...

Part and Inventory Search

Back
Top