I have to use this once in a while and I keep forgetting it.
ps -ef | grep [p]rocess | awk '{printf "%s ", $2}'
Comment feed for this post