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