Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: globbing error persists
- X-seq: zsh-workers 6336
- From: Timothy J Luoma <tjlists@xxxxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
- Subject: Re: globbing error persists
- Date: Sun, 23 May 1999 19:25:10 -0400
- Cc: zsh-workers@xxxxxxxxxxxxxx
- In-reply-to: <9905231330.AA16507@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <9905231330.AA16507@xxxxxxxxxxxxxxxxx>
Replying to message of Sun, 23 May 1999 15:30:01 +0200
from Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
regarding ``Re: globbing error persists ''
> Something else to try, though I didn't get an answer to the last lot: do
> you have MARKDIRS set? If so, unset it and see if it now works. That
> would certainly incriminate stat(), since now it doesn't try to stat() the
> file, so try `ls -ld /drives/swapdisk' and see what that gives, and if you
> have dynamic loading, `zmodload stat; stat -rs /drives/swapdisk' and see
> what that gives.
# setopt|fgrep -i mark
markdirs
# unsetopt markdirs
# /bin/ls /drives/
IBM3 swapdisk
# /bin/ls /drives/*s*
zsh: no matches found: /drives/*s*
# /bin/ls -ld /drives/swapdisk
drwxr-xr-t 3 root 1024 Feb 18 14:24 /drives/swapdisk
# zmodload stat; stat -rs /drives/swapdisk
zsh: correct 'stat' to 'tar' [nyae]? n
zsh: command not found: zmodload
zsh: 19474 exit 1 zmodload stat
zsh: command not found: stat
zsh: 19475 exit 1 stat -rs /drives/swapdisk
TjL
Messages sorted by:
Reverse Date,
Date,
Thread,
Author