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