On Sun 16 Aug 1998, Michael Stone <[EMAIL PROTECTED]> wrote:
 
> Quoting Sergey Imennov ([EMAIL PROTECTED]):
> >     However, there is one thing that I don't like about
> >     the distribution ( actually, it's kernel... ) --
> >     pppstats.
> > 
> >             -       No totals every 20th line
> 
> Mine's giving me totals. Maybe your terminal type is set up wrong?

Mine didnt' give me totals either, how I got around this, was to use a while 
loop, i.e.

while [ 1 ]
do
pppstats -c 20 -w 1
done

Shaya

Reply via email to