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