Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ls c:/aax/*(.om[1]) stops working CygWin
- X-seq: zsh-users 11937
- From: Matthew Wozniski <godlygeek@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: ls c:/aax/*(.om[1]) stops working CygWin
- Date: Sat, 6 Oct 2007 14:37:20 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:date:from:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=e74mXKNa7U4jcyCMS79Nkd7qiQItSvj1ZlqR19iG6po=; b=FBVzTC839hnWeeNc5k00Durdx0vnfKTbK7EiHcgorvGr7AH8Ba2Nauw8ALdvlktyoR1cqf8bbkRB/hMaqEaByrn+0GDfNqWueTN+zmzUuPwXsW678egszAyFkqsy6HqeYPkEZLvRSZcDzLjbHcmuyV8TlIpADWqQVLhw1gp5R/I=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=SXJcfxRhg2m2f8B86VWON/NE6oXou2FYyLx39i8oULCaWdLJ54CuTnY2h0ZNklKgBMHZxKC3BK7R5viyeyEysVk1dpBj9TZzUIKtEVtmAa5GiwtfdFWfJCX8ZtNQ9TsuxT0saoc4Uc2zMz1OvafPb3BpKNVP25M2KbzpneAEsyk=
- In-reply-to: <Xns99C1931E92DCDzzappergmailcom@xxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <Xns99C1931E92DCDzzappergmailcom@xxxxxxxxxxx>
On Sat, Oct 06, 2007 at 01:28:40PM +0000, zzapper wrote:
> $ ls c:/aax/*(.om[1])
> zsh: no matches found: c:/aax/*(.om[1])
That's not supported by cygwin. Sometimes it will work for simple
things, but there's no guarantee that it will ever work. Using
mountpoints is guaranteed to work.
To quote Brian Dessent on the cygwin mailing list:
> Also, knock this off:
>
> > cd c:/cygwin/usr/src/grep-2.5.1a-4/
>
> Stop using Win32 paths. They work only by coincidence, not by design.
> "cd /usr/src/grep-2.5.1a-4" is what you should use.
~Matt
Messages sorted by:
Reverse Date,
Date,
Thread,
Author