Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: turning off quote interpolation
- X-seq: zsh-users 7369
- From: Eric Smith <Es@xxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: turning off quote interpolation
- Date: Mon, 19 Apr 2004 18:22:24 +0200
- In-reply-to: <87oepox7pz.fsf@xxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20040419111834.GL11257@xxxxxxxxxxxx> <87oepox7pz.fsf@xxxxxxxxxxxxxxxx>
Sure,
goo () {
w3m "http://www.google.com/search?q=$1+$2+$3+$4+$5+$6+$7+$8&num=100"
}
... trivial
According to Philippe Troin on Mon, Apr 19, 2004 at 09:17:44AM -0700:
> Eric Smith <es@xxxxxxxxxxxx> writes:
>
> > I have for example a function that passes args to google search.
> > Most times I \"quote a few words\" but have to escape the quotes so that
> > the shell passes them through to the command :)
> >
> > How can I have zsh pass the quotes through without having
> > to type extra backslashes or whatever?
>
> Show us the function...
Eric
Messages sorted by:
Reverse Date,
Date,
Thread,
Author