if i want to see e.g. files of a particular extension only using dir listing, i can do that using the command:
DIR *.txt
And it shows all files with .txt
extension.
Now i want to know is there any command with wich i can exclude certain extensions?
For example, i don't want to see any file with extension .exe
, how can i do that?