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