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