看板 DFBSD_kernel 關於我們 聯絡資訊
:I have wrote a small option (-A) for rwho which will show users that :have been active within within X amount of minutes. I seen that -a :will show users no matter what so I thought this could be a nice :little idea. Grepping in this case will not always work (incase thats :what you grep'eds write back :-)). : :Anyway, you guys decide... : :-- :Liam J. Foy :http://www.dragonflybsd.org :I mourn for those who never knew you... Sure, but don't use -A. 'a' kinda stands for 'all'. The definition of -a is to show all users while by default rwho is only supposed to show users active for the last hour. Maybe make it '-t <minutes>' to specify the time limit. -Matt Matthew Dillon <dillon@backplane.com>