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