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