Changes

Jump to: navigation, search

Processes scope and visibility

1 byte added, 09:19, 4 September 2006
"Poor man's vzps in bash"
veid=`grep envID /proc/$pid/status | awk -F: '{print $2}'`
if [ ${veid} = ${myveid} ]; then
VEPIDSvepids="$VEPIDS vepids $pid"
fi
done
shift
if [ -n "${VEPIDS}" ]; then ps $* -p "$VEPIDS"
else
exit 0
32
edits

Navigation menu