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