Search Results

Search: Posts Made By: gfhsd
6,335
Posted By RudiC
Slightly shorter: awk '($1 != "Brit") || ($8 ~...
Slightly shorter:
awk '($1 != "Brit") || ($8 ~ /[.]/)' file
6,335
Posted By Corona688
Use code tags for code please. awk '($1 ==...
Use code tags for code please.

awk '($1 == "Brit") && !($8 ~ /[.]/) { next } 1' inputfile > outputfile
Showing results 1 to 2 of 2

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