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