Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Filename qualifier M and symbolic links
- X-seq: zsh-workers 3267
- From: joda@xxxxxxxxxx (Johan Danielsson)
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Filename qualifier M and symbolic links
- Date: 20 Jun 1997 21:03:04 +0200
$ 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