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