in reply to backticks - bash instead of sh

See Corin's answer, but also: `bash -c 'command'` should also work. (That is: have sh call bash.)

Replies are listed 'Best First'.
Re^2: backticks - bash instead of sh
by daverave (Scribe) on Jul 30, 2010 at 18:33 UTC
    Thank you.