in reply to How can I CORRECTLY pass strings as arguments from command line?

s/"\\"/"\"/g means "replace each occurence of the three character sequence double-quote, backslash, double-quote with the two character sequence double-quote, double-quote."

The solution has already been provided.

  • Comment on Re: How can I CORRECTLY pass strings as arguments from command line?
  • Download Code