Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
tot=0
n=0
sort -t';' -k 1,1 -k 2,2 /input/file | while IFS=';' read a b c d e f g
do
if [[ "$prev" != "" && "$a;$b" != "$prev" ]]
then
echo "$prev:$n;$tot"
tot=0
n=0
fi
((n=n+1))
((tot=tot+$g))
prev="$a;$b"
done
echo "$prev:$n;$tot"
{ n[$1";"$2]++; l[$1"[COLOR=red];[/color]"$2]+=$7 }