fredag den 8. januar 2016

Search for files on windows

For some wierd reason windows explorer really really sucks at finding files in its own file system.

Luckily the command line still knows how to:

c:>dir *.cpp *.h *.java /b/s
c:>dir svcutil.exe /b/s
c:>dir myfile.* /b/s 

Ingen kommentarer:

Send en kommentar