It just launches shell: "/bin/sh -c $CMD" where $CMD is your command
string. Shell parses this string and launches all specified commands,
with possible substitution, redirection, pipelining etc.

Reply via email to