> 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?
- error on system command Peter Lemus
- Re: error on system command Me
- Re: error on system command Dan Brown
- RE: error on system command Peter Cornelius