Plan 9 from Bell Labs’s /usr/web/sources/contrib/sl/rc/pss

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#!/bin/rc
echo ps `{ps|wc -l}
echo alarm `{ps|grep alarm|wc -l}
echo rc-httpd `{ps|grep rc-httpd|wc -l}
echo cgd `{ps|grep cgd|wc -l}
echo werc `{ps|grep werc|wc -l}
echo smtpd `{ps|grep smtpd|wc -l}
echo gopherd `{ps|grep gopherd|wc -l}
echo bbs `{ps|grep bbs|wc -l}

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.