Hello, I have a Karaf shell command which take a String parameters. How can I call it with a parameters with space and quote ?
this doesn't work (the command is not executed with a error about a non-matched quote) ns:mycmd "xx n'est pas conforme" this doesn't work either: the command is executed, but the backlash is seen by my command ns:mycmd "xx n\'est pas conforme" I didn't found the right syntax.. thanks! Jérémie
