system( '/bin/sh', '-pc', "cmd string w/optional stderr and stdout redirection" ); #### If there are no shell metacharacters in the argument, it is split into words and passed directly to "execvp", ...