Search Results

Search: Posts Made By: RudiC
2,083
Posted By RudiC
I'm afraid, I can't help without sample data...
I'm afraid, I can't help without sample data leading to errors. Different outputs from identical input is highly improbable, btw ...
2,083
Posted By RudiC
Try this for medians: awk -F"\t" ' NR == 1 ...
Try this for medians:
awk -F"\t" '
NR == 1
NR > 1 {for (i=2; i<=NF; i++) print $1, i, $i | "sort -k1,2 -k3bn > TMP"
}

function PRMED() {printf TFS "%s", MEDIAN...
Showing results 1 to 2 of 2

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