zsh-workers
 help / color / mirror / code / Atom feed
From: Mark Borges <mdb@cdc.noaa.gov>
To: ZSH mailing list <zsh-workers@math.gatech.edu>
Subject: [3.0.2] more glob qualifier lossage
Date: 06 Mar 1997 12:45:20 -0700	[thread overview]
Message-ID: <vkd8tcyfcf.fsf@cdc.noaa.gov> (raw)

It appears to be more general than just the `L' qualifier:

  $ ls -al
  total 2096
  drwxr-xr-x   2 mdb      climate       512 Mar  4 12:45 .
  drwxr-xr-x  15 mdb      climate      1536 Feb  5 11:52 ..
  -rw-r--r--   1 mdb      climate     62064 Feb 28 15:42 zshfaq.txt
  -rw-r--r--   1 mdb      climate     68346 Feb 28 15:41 zshfaq.yo
  $ date
  Thu Mar  6 12:43:05 MST 1997
  $ ls *(m-6)
  zshfaq.txt  zshfaq.yo
  $ ls *(m-5)
  /usr/local/bin/ls: *(m-5): No such file or directory
  $ ls *(m+5)
  /usr/local/bin/ls: *(m+5): No such file or directory

The last line should return the complement, shouldn't it?

-- 
  -mb-


                 reply	other threads:[~1997-03-06 19:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=vkd8tcyfcf.fsf@cdc.noaa.gov \
    --to=mdb@cdc.noaa.gov \
    --cc=zsh-workers@math.gatech.edu \
    /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).