Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[3.0.2] more glob qualifier lossage



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-



Messages sorted by: Reverse Date, Date, Thread, Author