cmd="find "+GadgetText(filetxt)+" -type f -exec grep '"+tx+"' {} /dev/null \;" Print "cmd="+cmd proc=TProcess.create(cmd,0)
an example of cmd that works in a terminal would be...
find /home/chris/dev/browse -type f -exec grep 'browse' {} /dev/null \;
I dont see any output on the pipe like i would for a simple "command blah" command string