Search Results

Search: Posts Made By: random_thoughts
3,748
Posted By Jotne
This should do it, may for sure be shorten some. ...
This should do it, may for sure be shorten some.
awk -F "[;& ]" '
/begin request/ {st[$13]=$1 " " $2}
/complete reponse/ {en[$13]=$1 " " $2}
END {
for (i in st) {
split(st[i],s1,"[-...
3,748
Posted By Jotne
Here is how to get start and stop for every UID...
Here is how to get start and stop for every UID into an array and print it.
awk -F "[;& ]" '
/begin request/ {st[$13]=$1 " " $2}
/complete reponse/ {en[$13]=$1 " " $2}
END {
for (i in st) ...
Showing results 1 to 2 of 2

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