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