Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Running command in environment variable with space
- X-seq: zsh-users 4750
- From: Michael Schaap <zsh@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Running command in environment variable with space
- Date: Tue, 12 Mar 2002 18:07:47 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi,
I'm trying to do something like:
% blah='gvim -f'
% $blah
but this fails with
zsh: command not found: gvim -f
The same thing works fine in bash.
I'm not sure if this is a bug or a feature, but is there a way to run a
command with options specified in one environment variable?
Thanks,
- Michael
--
I always wondered about the meaning of life. So I looked it
up in the dictionary under "L" and there it was - the meaning
of life. It was not what I expected. - Dogbert
Messages sorted by:
Reverse Date,
Date,
Thread,
Author