[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Inconsitent treatment of * (globbing)
From: |
Andreas Schwab |
Subject: |
Re: Inconsitent treatment of * (globbing) |
Date: |
Mon, 31 Jan 2011 17:45:56 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
Pascal Wittmann <mail@pascal-wittmann.de> writes:
> The way that "*" is treated for globbing is not consitent. Normaly a
> regular expression "*"
> would match all characters, but for the sake of usability it doesn't
> include the files
> which starts with a dot (dotfiles) and the file "..".
".." is not in any way special here. It is just a file that happens to
start with a dot.
> But if I use the expression ".*" in bash, I would expect from the
> behaviour of "*", that
> ".*" don't include the file "..".
".." is matched by ".*" because it starts with a dot.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."