zsh-users
 help / color / mirror / code / Atom feed
* Expanding quotes
@ 2013-12-17 14:48 Yuri D'Elia
  2013-12-17 18:26 ` Bart Schaefer
  0 siblings, 1 reply; 11+ messages in thread
From: Yuri D'Elia @ 2013-12-17 14:48 UTC (permalink / raw)
  To: zsh-users

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).


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-12-26 20:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-17 14:48 Expanding quotes Yuri D'Elia
2013-12-17 18:26 ` Bart Schaefer
2013-12-23 17:38   ` Yuri D'Elia
2013-12-23 19:15     ` Bart Schaefer
2013-12-24 15:12       ` Ray Andrews
2013-12-24 16:24         ` Yuri D'Elia
2013-12-24 17:18           ` Ray Andrews
2013-12-26 14:50             ` Yuri D'Elia
2013-12-26 19:54               ` Ray Andrews
2013-12-24 16:11       ` Yuri D'Elia
2013-12-25  6:59         ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).