zsh-workers
 help / color / mirror / code / Atom feed
* [3.0.2] more glob qualifier lossage
@ 1997-03-06 19:45 Mark Borges
  0 siblings, 0 replies; only message in thread
From: Mark Borges @ 1997-03-06 19:45 UTC (permalink / raw)
  To: ZSH mailing list

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-


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1997-03-06 19:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-03-06 19:45 [3.0.2] more glob qualifier lossage Mark Borges

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