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