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