Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^5: Splitting up quoted/escaped command line arguments

by runrig (Abbot)
on Feb 11, 2014 at 19:11 UTC ( [id://1074478]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Splitting up quoted/escaped command line arguments
in thread Splitting up quoted/escaped command line arguments

Store the string in the database with some token that you can split on, that won't show up in the command itself. But, the "||" in your example is a shell operation, it won't work in 'exec @args'. Ignore that last part...I see it's part of the remote command passed to ssh.

Update: Isn't the command just one arg then that's passed to ssh?

  • Comment on Re^5: Splitting up quoted/escaped command line arguments

Replies are listed 'Best First'.
Re^6: Splitting up quoted/escaped command line arguments
by Tommy (Chaplain) on Feb 11, 2014 at 19:29 UTC

    In some cases there is more than one argument, and in some cases the binary command at the beginning is not ssh. =D

    Tommy
    A mistake can be valuable or costly, depending on how faithfully you pursue correction

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1074478]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (1)
As of 2024-04-25 03:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found