zsh-users
 help / color / mirror / code / Atom feed
From: Mikael Magnusson <mikachu@gmail.com>
To: zzapper <david@rayninfo.co.uk>
Cc: Zsh Users <zsh-users@zsh.org>
Subject: Re: list duplicate filenames which only vary by case
Date: Fri, 26 Sep 2014 11:35:00 +0200	[thread overview]
Message-ID: <CAHYJk3TOWGXw0Pq=Xvo10-h-E5PFgksp1gbjHf6uP0EqooRLDA@mail.gmail.com> (raw)
In-Reply-To: <CAHYJk3T5RVCKhnsGMJtCLaQWLTkKQCLt1_32gU3gP-j0Pi-OeQ@mail.gmail.com>

On 26 September 2014 11:29, Mikael Magnusson <mikachu@gmail.com> wrote:
> On 26 September 2014 11:27, Mikael Magnusson <mikachu@gmail.com> wrote:
>> On 26 September 2014 11:11, zzapper <david@rayninfo.co.uk> wrote:
>>> Hi
>>>
>>> list files with duplicates in same directory
>>> e.g.
>>> house.jpg House.jpg hOUSE.jpg
>>>
>>> I guess it needs a e[$REPLY...] clause
>>
>> () { setopt localoptions nocaseglob; print -rl - *(e,'[[ -n
>> $REPLY(#q[2]) ]]',) }
>>
>> I couldn't figure out any syntactically valid way to insert (#i) in
>> the glob. If that were possible you wouldn't need the function and
>> local option.
>
> Of course this also works.. duh :)
> print -rl - *(e,'setopt nocaseglob; [[ -n $REPLY(#q[2]) ]]',)

Sorry for triple posting, the last version only "works" for external
commands, eg, when we fork before performing the glob, or it will
change the caseglob setting in the parent shell (for example when
using the print builtin), so I go back to recommending the first
version.

-- 
Mikael Magnusson


  reply	other threads:[~2014-09-26  9:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-26  9:11 zzapper
2014-09-26  9:26 ` Peter Stephenson
2014-09-26  9:27 ` Mikael Magnusson
2014-09-26  9:29   ` Mikael Magnusson
2014-09-26  9:35     ` Mikael Magnusson [this message]
2014-09-26  9:40     ` Peter Stephenson
2014-09-26 12:06       ` zzapper
2014-09-26 12:30         ` Mikael Magnusson
2014-09-26 13:00           ` zzapper
2014-09-27 11:01           ` zzapper

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='CAHYJk3TOWGXw0Pq=Xvo10-h-E5PFgksp1gbjHf6uP0EqooRLDA@mail.gmail.com' \
    --to=mikachu@gmail.com \
    --cc=david@rayninfo.co.uk \
    --cc=zsh-users@zsh.org \
    /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).