Searched refs:PIDLIST (Results 1 – 1 of 1) sorted by relevance
21 PIDLIST="$(pid --exact $1 || pid $1)"22 if [[ $PIDLIST =~ ^[0-9]+$ ]] ; then23 PID="$PIDLIST"24 elif [ "$PIDLIST" ] ; then