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