Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Echoing Parameters $1
- X-seq: zsh-users 8525
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Echoing Parameters $1
- Date: Fri, 18 Feb 2005 19:30:54 +0100
- In-reply-to: <pa7c115q4tpca4vpvfktmaducm3or9kp9p@xxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <pa7c115q4tpca4vpvfktmaducm3or9kp9p@xxxxxxx>
On 2005-02-18 17:12:44 +0000, zzapper wrote:
> I feel I'm gonna be flamed here
>
> Here's a real simple function
>
> #!zsh
You need a full absolute path. I recommend:
#!/usr/bin/env zsh
> # name : zv
> echo $1
>
> When I call it I get
>
> >zv goat
> VIM=/c/vim/vim63/
Output of "which zv"?
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
Messages sorted by:
Reverse Date,
Date,
Thread,
Author