This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: Bash regular expressions
- From: Boris Toloknov <tlknv at yandex dot ru>
- To: Eric Blake <ebb9 at byu dot net>, cygwin at cygwin dot com
- Date: Wed, 20 Dec 2006 15:21:57 -0500
- Subject: Re: Bash regular expressions
- References: <45884F6E.5070701@yandex.ru> <4588BC85.2090902@byu.net>
You are right. Without quotes it works:
[[ abc =~ a.*c ]] && echo Yes
Yes
I was sure I tried that. Sorry.
Thanks a lot,
Boris
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/