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