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