he outside expression.
> Not sure it will work though since what you did already looks correct to me.
>
> My 2 cents
> Le 19 mai 2015 5:40 PM, "Alexander Uvizhev" > a écrit :
>
>> To be clear what I try to do is:
>> sh"myexecutable 'argument&
To be clear what I try to do is:
sh"myexecutable 'argument'"
вторник, 19 мая 2015 г., 18:38:18 UTC+3 пользователь Alexander Uvizhev
написал:
>
> I need to execute shell command with quoted argument like this:
> myexecutable 'argument'
> That's be
I need to execute shell command with quoted argument like this:
myexecutable 'argument'
That's because argument can be interpreted wrong in some cases e.g.
"-input_value_looking_like_param".
Seems like 'sh' wipes all quotes in command string no matter what types of
escaping I tried.
Is there a wa