> On Fri, 2002-03-01 at 19:51, Paul Halliday wrote: [...] > This -> > fstat | awk '{print $8}' | egrep 'tty[pqrsPQRS]' | wc -l > > Is much more accurate. > (ie on my machine who only shows 4 entries :)
fstat | awk '{print $8}' | egrep 'tty[pqrsPQRS]' | sort -u | wc -l is IMHO correct, ;-) danny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message