2012/9/13 Antonio Fortuny <a.fortuny at sitasoftware.lu>: > CmdLine.Text := '/bin/sh -c ''ps -s | grep something'' ' Now you additionally asume that: * there exists /bin/sh (recent linux distros begin to move all that into /usr/bin/) * there exists ps and grep in your path