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