Why does dir *.txt return *.txtf also?
问题 No doubt this has been answered already :/ I'm not certain how to word this. I just want the file one.txt to return by what I thought would be dir *.txt Here are some examples to show that it doesn't behave like I had thought. dir *.txt one.txt one.txtf dir *txt one.txt one.txtf dir *txtf one.txtf dir *tx? one.txt one.txtf dir *.??? one.txt one.txtf dir one.??? one.txt dir *"."??? one.txt one.txtf 回答1: EDITED In short - by definition the DIR command works as you're implying so it's one of