You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#for both average and standard deviation###################################################
#in {a[FNR]+=$2, $2 is column number I want to do the average for different files, in c[FNR]+=$2*$2, here $2 also comes from previous column number. Both need to be changed if we want to calculate same for different column.