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