bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: find (and friends) bug?


From: fabrice bauzac
Subject: Re: find (and friends) bug?
Date: Sat, 2 Mar 2002 22:41:11 +0100
User-agent: Mutt/1.3.27i

Good evening,

On Sat, Mar 02, 2002 at 09:12:58PM +0000, Hactar wrote:

> $ touch :
> $ find . -name '[:alpha:]'
> ../:

POSIX regexps:

[:alpha:] matches :, a, l, p, h.
[[:alpha:]] matches all alphabetical characters.
It permits to do things such as [[:blank:][:alpha:]].

However, `touch :' seems to create a file ":" in the current
directory, not in the parent directory as in "../:"...

Have a nice weekend

-- 
fabrice bauzac
Software should be free.  http://www.gnu.org/philosophy/why-free.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]