Search Results

Search: Posts Made By: coryvp
1,330
Posted By Scrutinizer
Hi, try: awk ' { h=$1 ...
Hi, try:

awk '
{
h=$1
getline d
getline v
Date[d]
Header[h]
Value[h,d] = v
}

END {
s="TIME\t"
for (h in Header) {
s = s "\t" h
}
...
Showing results 1 to 1 of 1

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