In the last episode (Mar 02), Daniel O'Connor said:
> On Fri, 2002-03-01 at 21:19, Danny Braniss wrote:
> > fstat | awk '{print $8}' | egrep 'tty[pqrsPQRS]' | sort -u | wc -l
> >
> > is IMHO correct, ;-)
>
> Ach, of course :)
> I hope the original poster is satisfied 8-)
Easier might be "pstat -t | grep 'tty[pqrsPQRS]' | wc -l"
--
Dan Nelson
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

