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