in reply to Re^2: Splitting up quoted/escaped command line arguments
in thread Splitting up quoted/escaped command line arguments
Or if you prefer to view it from a different angle, you will have to implement in your program all the shell functionality used by those commands!
Update: And BTW, if those commands involve calling ssh, then a shell would be invoked at the remote side. This is an unavoidable feature of the SSH protocol.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Splitting up quoted/escaped command line arguments
by Tommy (Chaplain) on Feb 11, 2014 at 18:37 UTC | |
by salva (Canon) on Feb 11, 2014 at 21:51 UTC | |
by Tommy (Chaplain) on Feb 11, 2014 at 22:16 UTC |