i just want to get the average of each points of (year1, col1), (year1,col2), (year1,col3),(y ear1,col4), (year2,col1), (year2,col2), (year2, col3), (year2,col4), (year3,col1)... ............... ..... (year4, col4).
and each point should be a sum of 50 files points. all the 50 files are same replicates with the same content and form
User Profile
Collapse
-
awk related question
hey sir,
i have a question regarding how to sum and get average of records of files using awk programming
i have several output files like this
file 1
year col1 col2 col3 col4
1 0.4 0.1 0.3 0.8
1 0.3 0.2 0.9 2
2 0.1 0.3 0.8 0.7
2 0.2 0.4 0.9 0.7
... -
awk related questin
how can i get the sum and get average of records of files using awk programming
i have several output files like this
file 1
year col1 col2 col3 col4
1 0.4 0.1 0.3 0.8
1 0.3 0.2 0.9 2
2 0.1 0.3 0.8 0.7
2 0.2 0.4 0.9 0.7
3 0.4 0.3 0.8 0.3
3...
No activity results to display
Show More
Leave a comment: