February 14, 2014
is there a function to get the inverse of escapeShellCommand?

ie:
assert(escapeShellCommandInverse(`  foo   'hello world'  `)==[`foo`, `hello
world`]);