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