Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Expect.pm and multiline commands

by Tomte (Priest)
on Sep 28, 2006 at 13:48 UTC ( [id://575353]=note: print w/replies, xml ) Need Help??


in reply to Expect.pm and multiline commands

IIRC

shell>some -really -long -command \ -with -many -options

is actualy one line - the newline character is consumed and not part of the executed command.

compare

tomte@librics-tomte ~ $ echo "test eins" test eins
to
tomte@librics-tomte ~ $ echo "test\ eins" testeins

regards,
tomte


An intellectual is someone whose mind watches itself.
-- Albert Camus

Replies are listed 'Best First'.
Re^2: Expect.pm and multiline commands
by cbrandtbuffalo (Deacon) on Sep 28, 2006 at 14:26 UTC
    I should clarify my example because the case I'm trying to test actually matches your example. That is, I want to test a string passed to an option and the string should pass along the new line.

    I think your example may have answered my question about different shells. I use tcsh and I get:
    >echo "test\ ? stuff" test stuff >echo "test Unmatched ".

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-16 14:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found