Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Expanding quotes
- X-seq: zsh-users 18237
- From: Yuri D'Elia <wavexx@xxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Expanding quotes
- Date: Tue, 17 Dec 2013 15:48:39 +0100
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi everyone,
mkdir test
cd test
touch file file\' file\"
ls *\"<TAB>
results in:
% ls file file\" file\'
although the result of the pure glob *\" is correct, and only contains
file\". This confused me yesterday, where I almost got the impression
that the quote was breaking the match.
Another tidbit:
% ls *[\']<TAB>
doesn't expand entirely, although it globs correctly file\' when executed.
The problem only exists with the quote/double quote (in both forms).
Messages sorted by:
Reverse Date,
Date,
Thread,
Author