2010-12-25, 20:30(+08), jida...@jidanni.org: [...] > While we are here, here's another interesting phenomena, > $ touch aa > $ echo a[ab] > aa > $ echo a[ab/] > a[ab/] > $ echo a[ab\/] > a[ab/] > $ mkdir ab #doesn't help...
That's the same as in every other shell and as specified by POSIX. So, any other behavior would be a bug. http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_13_03 -- Stephane