bopritchard
Programmer
I want to locate a process by name and return it's Process ID ONLY...
i've been doing ps -ef|grep smr|grep -v grep
but that gives me the whole line...all i want returned is the ID
i've been doing ps -ef|grep smr|grep -v grep
but that gives me the whole line...all i want returned is the ID