dir /s/b *.mp3 | findstr /v .mp3.
This is intended to be a resource mainly for myself... to keep notes on things I've worked on or figured out. This way I can easily look things back up after I have forgotten the details. This will also allow me to easily send pointers to others when I want to share what I've found.
Saturday, October 24, 2015
Recusivly finding files by extension in DOS
Need to find all files of a specific extension in DOS. Here is a command that will recursively look through a directory structure and list only those files with that exact extension:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment