In my directory I have the files files
- x.dll
- x.lib
- x.pdb
- x.exp
- x.plugin
When I issue the command dir \*.*~ it should say 'File not found' as it does at my friend's laptop. But on my machine it lists the file x.plugin.
Actually after a while of trying I found out that it lists all files with extension longer than 3 characters.
Anybody heard about this behavior before?