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 IamaSherpa 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. malcooke

    Deleting lines from a file (awk)

    Here are some possible solutions which I think do what you want:<br> <br> 1. Output the lines which do NOT contain the pattern eg use the negation operator as part of relational expression with the pattern<br> eg $0 !~ /30003/ {print $0;}<br> would output all lines from the file except...

Part and Inventory Search

Back
Top