pid=`ps ax | awk '{if (match($5, ".*/quoted$") || $5 == "quoted") print $1}`
pid=`ps ax | awk '{if (match($5, ".*/quoted$") || $5 == "quoted") print $1}'`
--