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