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