Search Results

Search: Posts Made By: abinash
5,558
Posted By pravin27
Tr this, awk -F"[\"=]"...
Tr this,

awk -F"[\"=]" 'NR==FNR{a[$2]=$4;next} {for (i in a){if($0 ~ i){print FNR" : "a[i]}}}' aa.txt bb.txt
5,558
Posted By pravin27
Hi, Modified your existing code, awk...
Hi,

Modified your existing code,

awk -F"[\"=]" 'NR==FNR{a[$2]=$4;next} {for (i in a){if($0 ~ i){print a[i]}}}' aa.txt bb.txt
1,848
Posted By malcomex999
a=12345_start b=12345_end awk...
a=12345_start
b=12345_end
awk '/'"$a"'/,/'"$b"'/' in > out
Showing results 1 to 3 of 3

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