Search Results

Search: Posts Made By: ubeejani
1,556
Posted By ubeejani
Bravo!!! :) It is working perfectly. Thank...
Bravo!!! :)
It is working perfectly.
Thank you ripat and cfajohnson for your time.
I appreciate your cooperation.

Regards,
Ubee
1,556
Posted By ubeejani
ripat! thanks for the correction.I was in hurry....
ripat! thanks for the correction.I was in hurry. :)
For each of the ID I want the following output:

L1[sade]=(resi * 0.21)+ (resj * 0.67) where resi =23/89 and resj =66/89
L2[sade]=(resi *...
1,556
Posted By ubeejani
Computing data in awk
Hello,
I am a newbie in programing. I want to compute the following in awk.
I have the following data file:

ID Value1 Value2 Value3
sade 0.21 0.45 23
foly 0.31 0.34 43
jude 0.40 0.11 63...
1,506
Posted By ubeejani
Hello Bubbajoe, The input should be a file with...
Hello Bubbajoe,
The input should be a file with many data sets separated by blank line as shown in my previous post.Check the first data set if Col5 value for a specific record is increasing e.g Fre...
1,506
Posted By ubeejani
how to read next records
Hello friends,
I am newbie in programing. I am facing some problems in awk. Please help me.
I have a file with many data sets. Each data set is separated by an empty line. For example
Col1 Col2...
3,262
Posted By ubeejani
Hi, Can any one please tell me that what's...
Hi,

Can any one please tell me that what's wrong in the following code

BEGIN {FS="\t"; keyfield=4; minfield=5; minvalue=999999999999 }
$0!="" {
min[$keyfield]<1 { min[$keyfield]=minvalue }...
3,262
Posted By ubeejani
Thank you so much for your help ----------...
Thank you so much for your help

---------- Post updated 07-16-09 at 05:13 PM ---------- Previous update was 07-15-09 at 11:02 PM ----------

ok as I mentioned in my first post that if we have...
33,261
Posted By ubeejani
Hello, I want to calculate distance between two...
Hello,
I want to calculate distance between two GPS coordinates(Latitude A, Longitude A, Latitude B, Longitude B). By Spherical Law, the formula is:
distance= ACOS ( SIN(latA) * SIN(latB) +...
3,262
Posted By ubeejani
yes dennis , it is also working but in this case...
yes dennis , it is also working but in this case we are considering Col3 as a key field.
I am thankful for your response.

---------- Post updated at 11:02 PM ---------- Previous update was at...
3,262
Posted By ubeejani
thanks alot kshji it is working perfectly!!! ...
thanks alot kshji
it is working perfectly!!!
well done
3,262
Posted By ubeejani
Computing dataset for a specific record
Hello everybody,
I want to compute a data file in awk. I am new in awk and I need your help. The data file has the following fields. It has thousands of records.

Col1 Col2 Col3 Col4 ...
Showing results 1 to 11 of 11

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