On Mon, Oct 15, 2012 at 5:40 AM, Jason Heeris <jason.hee...@gmail.com> wrote:
> On 15 October 2012 17:30, Stefan Sperling <s...@elego.de> wrote:
>> The square brackets are wildcard syntax saying "match any of the characters
>> listed within the brackets". This is part of the syntax of the fnmatch()
>> standard C function
>
> Oh, that makes sense now. That's not the first time I've been bitten
> by using square brackets in my filenames, but oh well.

So why do you do it? Similar to putting spaces and question marks and
quotation marks in file names, it can cause a lot of scripting
confusion for your hook scripts.

Reply via email to