Search Results

Search: Posts Made By: whitecross
3,323
Posted By rdcwayx
Not really understand, with my code, I still can...
Not really understand, with my code, I still can get the line:

Bg1ja Bg1ja 13ss

Do you ask for case insensitive ?

awk '{for (i=1;i<=NF;i++) {if (tolower($i) in a) {print;break} else...
3,323
Posted By rdcwayx
awk '{for (i=1;i<=NF;i++) {if ($i in a)...
awk '{for (i=1;i<=NF;i++) {if ($i in a) {print;break} else {a[$i]}};delete a}' infile
3,323
Posted By homeboy
try this AWK file,you can use it by: awk -f...
try this AWK file,you can use it by:
awk -f awkfile inputfile

{
2 for(i=1;i<=4;i++)a[$i]++
3 if(a[$1]+a[$2]+a[$3]+a[$4] > 4)
4 printf "%s <",$0;
5 for(i=1;i<=4;i++){
...
Showing results 1 to 3 of 3

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