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 MikeeOK 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 ashee

  1. ashee

    comparing fields from one file with another

    Hey CaKiwi Thanks very much, works perfectly. I am now working on wrapping it all within korn shell. Thanks Ash
  2. ashee

    comparing fields from one file with another

    Sorry the format of the results should be STUDENT|JOHN| GRADES|2002-04-11 00:00|2002-04-11 00:30|3|100|100|100|10.2| GRADES|2002-04-11 00:00|2002-04-11 00:30|2|3|3|8.73|1.43| GRADES|2002-04-11 00:00|2002-04-11|0:30|1|144|144|18.22|10.22| GRADES|2002-04-11 00:00|2002-04-11...
  3. ashee

    comparing fields from one file with another

    Hi CaKiwi eg of actual file STUDENT|JOHN| GRADES|2002-04-11 00:00|2002-04-11 00:30|3|100|100|100|10.2| GRADES|2002-04-11 00:00|2002-04-11 00:30|2|15|15|18.23|10.23| GRADES|2002-04-11 00:00|2002-04-11 00:30|1|144|144|18.22|10.22| GRADES|2002-04-11 00:00|2002-04-11 00:30|-1|-1|-1|18.21|8.21|...
  4. ashee

    comparing fields from one file with another

    Hello I write AIX korn shell scripts with awk (no nawk/gawk) and am trying to further my understanding of awk arrays as awk is so good at data maniplulation. How might I deal with the problem below using awk? I have two files, proposed and actual The files are timings with associated results...

Part and Inventory Search

Back
Top