> Hi, I'm getting a syntax error on the following
> command
> 
> $PIDS=`ps -ef | grep $user | grep -v grep | cut -b
> 10-14`

You're missing the semi-colon (;) at the end?

Reply via email to