Search Results

Search: Posts Made By: jxfish2
4,547
Posted By sea
Try: SEARCH="abc def ghi jkl" sed...
Try:
SEARCH="abc
def
ghi
jkl"
sed s,"$SEARCH","",g
hth
4,547
Posted By RudiC
Try awk ' $1 == "abc" {getline L1 ...
Try awk '
$1 == "abc" {getline L1
getline L2
getline L3
if (L1!="def" ||
L2!="ghi" ||
L3!="jkl")...
Showing results 1 to 2 of 2

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