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