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