Search Results

Search: Posts Made By: Corona688
2,349
Posted By Corona688
As a rule, if you're doing grep | grep | grep -v...
As a rule, if you're doing grep | grep | grep -v | sed | cut | kitchen | sink, you can rewrite it as a single awk.

awk '/[m]atch1/ && /[m]atch2/ && !/[m]atch3/ { print $5 }'

The first character...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 04:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy