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 dencom 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: beardown
  • Content: Threads
  • Order by date
  1. beardown

    awk print records with column is not blank

    how to find/print all records that are not blank in column 2 it must be some variation of this # delete ALL blank lines from a file (same as "grep '.' ") awk NF awk '/./'
  2. beardown

    awk compare column with date format

    I have this code to compare columns 1 and 10 between file1 and file 2 and give me all records that match column 1 but dont match column 10 However column 10 is date format mm/dd/yy and awk cant read it and compare ...i tried CODE awk < file1 -F~ '{print $10}' CODE and it gave blank screen...

Part and Inventory Search

Back
Top