Pages

Sunday, January 05, 2020

Find file by name (Windows)

How had I never learned this?

If, for example, you knew that the file had bob somewhere in the file, you would type:
dir *bob*.* /s
That's borderline embarrassing. I've even used tree /a /f > out.txt and then searched that text file.

Major Facepalm.