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

[3.0.2] L glob qualifier broken



  $ ls -al
  total 928
  drwxr-xr-x   2 mdb      climate       512 Mar  6 12:09 .
  drwxr-xr-x  15 mdb      climate      1536 Feb  5 11:52 ..
  -rw-rw-r--   1 mdb      climate     13440 Mar  6 11:37 cv397.bin
  -rw-r--r--   1 mdb      climate     14336 Mar  6 11:02 cv397.rtf
  -rw-rw-r--   1 mdb      climate      9700 Mar  6 11:37 cv397.txt
  -rw-r-----   1 mdb      climate      4587 Mar  6 12:15 pubs.ref
  -rw-r-----   1 mdb      climate      4925 Mar  6 12:05 pubs.ref~
  -rw-r--r--   1 mdb      climate      6588 Mar  6 12:04 pubs0.ref

  $ ls *(Lk+5)
  cv397.bin  cv397.rtf  cv397.txt  pubs0.ref

i.e., correct. But,

  $ ls *(Lk-5)
  /usr/local/bin/ls: *(Lk-5): No such file or directory

Shouldn't it have returned the other two files?

-- 
  -mb-



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