khanat-opennel-code/code/ryzom/server/patchman_cfg/admin_install/bin/ps_services

8 lines
117 B
Text
Raw Normal View History

if [ -z $1 ]
then
ps -edf | grep _service | grep -v grep
else
ps -edf | grep _service | grep -v grep | grep $*
fi