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