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