Search Results

Search: Posts Made By: Yoda
5,327
Posted By Yoda
awk ' NR == FNR { ...
awk '
NR == FNR {
A[$1] = $2
next
}
{
for ( k in A )
{
if ( $1 ~ k && $2 ==...
Showing results 1 to 1 of 1

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