Hi All, Maybe you can help me with issue I have with executing linux command separated by ";". I am using execute function but got error:
No such file or directory but file exist. Code I am executing: cmdArgs = ["/opt/test.sh; sqlplus username"]; cmdArgs.execute(env, workDir); -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html
