in reply to Re^3: Parsing command line
in thread Parsing command line

I tried double quotes, and it's still the same.

BTW, I'm using bash shell.

Hotshot

Replies are listed 'Best First'.
Re: Re: Re^2: Parsing command line
by sauoq (Abbot) on Aug 26, 2002 at 18:48 UTC

    Wow. That's a pretty strange problem... What's the output when you simply use a command line like:

    perl -le '$, = "|"; print @ARGV' foo bar\ baz 'qux quux' "scooby snack +s"
    ?

    -sauoq
    "My two cents aren't worth a dime.";