plan9/rc/bin/who
2014-02-08 22:26:48 -08:00

5 lines
61 B
Bash
Executable File

#!/bin/rc
ps | sed '/Broken/d
/Exiting/d
s% .*$%%' | sort -u