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

Filename qualifier M and symbolic links



$ echo $ZSH_VERSION
3.1.2
$ ls -l
total 5
drwxr-xr-x   2 joda     30           2048 Jun 20 20:30 a
-rw-r--r--   1 joda     30              0 Jun 20 20:30 b
lrwxr-xr-x   1 joda     30              1 Jun 20 20:30 c -> a
$ echo *(M)
a/ b c
$ echo *(-M)
a/ b c

Shouldn't the second echo output "a/ b c/"?

/Johan



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