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

    Remove NULLS from count

    I have a file that looks like this- PSM 22 DEFECT OPEN PSR 19 DEFECT OPEN PSM DEFECT OPEN PSQ 20 DEFECT OPEN PSM 24 DEFECT OPEN When I run this command - printf '%d\n' `cat <file_name> | awk '{if($2>20) print $2}' | wc -l' I get count of 3...

Part and Inventory Search

Back
Top