Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
globsubst and =command
- X-seq: zsh-workers 11390
- From: Tanaka Akira <akr@xxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: globsubst and =command
- Date: 16 May 2000 08:09:22 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Z(4):akr@serein% Src/zsh -f
serein% print -r =ls
/bin/ls
serein% a='=ls'
serein% print -r - $~a
=ls
serein%
Since the expansion of =command is kind of filename expansion and ~
enables filename expansion on the result, I think $~a should be expand
to /bin/ls. Do I miss something?
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author