User Profile

Collapse

Profile Sidebar

Collapse
blessedgirl
blessedgirl
Last Activity: Aug 9 '10, 07:25 PM
Joined: Jan 21 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • blessedgirl
    replied to awk related questin
    in C
    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
    See more | Go to post

    Leave a comment:


  • blessedgirl
    started a topic awk related question

    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
    ...
    See more | Go to post

  • blessedgirl
    started a topic awk related questin
    in C

    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...
    See more | Go to post
No activity results to display
Show More
Working...