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