Search Results

Search: Posts Made By: khalil
876
Posted By khalil
ISHO RT SR Major 96.4 96 Drop Call Rate...
ISHO RT SR Major 96.4 96
Drop Call Rate PS Critical 0.50 0.8
ISHO RT SR Major 97.75 96
Active HS-DSCH MAC-d Critical 1979.25 2000
ISHO RT SR Major 97.3 96


----------...
876
Posted By khalil
Grep string inclusively
Hi,

I have below file. I want to grep 810 inclusively and output: N403 F810 810 19.34.2.3

file:
N114 F1810 1810 12.34.54.6
N403 F810 810 19.34.2.3
N117 ...
1,105
Posted By khalil
Thanks, I used : awk...
Thanks,

I used :
awk 'NR==FNR{x=$NF;$NF="";sub(" $","",$0);a[$0]=x;next}{for (i in a) if ($0~i) $(NF+1)=a[i]}1' file2 file1 and paste the values fine.

What about line up the last two vaules...
1,105
Posted By khalil
Matching pattern in two files and print the line
Hi,

I want to match the pattern in file1 with file2 and print the value in file2 and paste in file1
file1:

ISHO RT SR Major 96.46778
Drop Call Rate CS ...
Showing results 1 to 4 of 4

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