zsh-users
 help / color / mirror / code / Atom feed
From: Vincent Bernat <bernat@luffy.cx>
To: Eric Smith <es@fruitcom.com>
Cc: zsh-users <zsh-users@zsh.org>
Subject: Re: globbing working on CLI but not in file
Date: Sun, 11 Nov 2018 23:19:23 +0100	[thread overview]
Message-ID: <m3in13ntp0.fsf@luffy.cx> (raw)
In-Reply-To: <20181111215317.imsuiifj2ezew33s@trustfood.org> (Eric Smith's message of "Sun, 11 Nov 2018 22:53:17 +0100")

 ❦ 11 novembre 2018 22:53 +0100, Eric Smith <es@fruitcom.com>:

> This glob works when executed on the CLI
>
> $  ls [^~](#i)*xls*(.om[1])
> something_with_xls_in_it.xls
>
> But not in a file
>
>  $ /usr/bin/zsh --no-rcs -x bin/lastmatch
> +/etc/zsh/zshenv:15> [[ -z /Users/eric/bin: ... other path here ////bin:/usr/bin ]]
> bin/lastmatch:2: no matches found: [^~](#i)*xls*(.om[1])
>
>  $ zsh --version
> zsh 5.1.1 (x86_64-ubuntu-linux-gnu)
>
> Thanks to anyone who can help me to run this in a script.

You need to enable extendedglob option:

 setopt extendedglob
-- 
Suspicion always haunts the guilty mind.
		-- Wm. Shakespeare

      reply	other threads:[~2018-11-11 22:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-11 21:53 Eric Smith
2018-11-11 22:19 ` Vincent Bernat [this message]

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=m3in13ntp0.fsf@luffy.cx \
    --to=bernat@luffy.cx \
    --cc=es@fruitcom.com \
    --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).