I wonder about a special behavior of the expression *1 under Windows. I have threesub-folders: "s1", "s2" and "a b". When I type:
dir *1
it will list "s1" as well as "a b". In fact it will list all folders that have a space in the file name.
dir *2
works as expected.
Anyone any clue?