zsh-workers
 help / color / mirror / code / Atom feed
From: "Vagn Johansen" <vjo@mail.tele.dk>
To: <zsh-workers@sunsite.dk>
Subject: Problem with /cygdrive and (#i) globbing flag
Date: Wed, 17 Jul 2002 21:14:34 +0200	[thread overview]
Message-ID: <005601c22dc6$2f8030e0$0601a8c0@vectravl400mt> (raw)

For some reasong the cygdrive prefix does not work with the 
globbing flag #i (ignore case).

See the last 'ls' line. The one with no matches.

/>ls [cC]*
CYGWIN.TXT  cygwin.PIF  cygwin.bat  cygwin.ico
/>ls (#i)c*
CYGWIN.TXT  cygwin.PIF  cygwin.bat  cygwin.ico
/>ls (#i)/c*
/CYGWIN.TXT  /cygwin.PIF  /cygwin.bat  /cygwin.ico
/>ls /cygdrive/c/c* 
/cygdrive/c/chop.txt  /cygdrive/c/cygwin.zip
/>ls (#i)/cygdrive/c/c*
zsh: no matches found: (#i)/cygdrive/c/c*
/>

My .zshrc:

#!/usr/local/bin/zsh -f

path=(/usr/bin $path)
setopt extendedglob
autoload -U  compinit
compinit -C # > ~/compinit.out
PS1='%~>'



             reply	other threads:[~2002-07-17 19:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-17 19:14 Vagn Johansen [this message]
2002-07-17 19:42 ` Peter Stephenson
2002-07-17 22:23   ` Vagn Johansen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='005601c22dc6$2f8030e0$0601a8c0@vectravl400mt' \
    --to=vjo@mail.tele.dk \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).