Hi. I am looking for any files in a folder that have "http:" in them, as we are moving a site to HTTPS and want to find all those with http: in the code.
So I search for "http:" in a folder, and it finds a load of files. Yet most have no http in them at all.
So why do they show up?
Windows 10 search finding results, not containing criteria
Moderator: General Moderators
-
simonmlewis
- DevNet Master
- Posts: 4435
- Joined: Wed Oct 08, 2008 3:39 pm
- Location: United Kingdom
- Contact:
Windows 10 search finding results, not containing criteria
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
All the best from the United Kingdom.
Re: Windows 10 search finding results, not containing criter
Windows' search is weird 
Editing a website? Load it into an IDE and search from there.
Editing a website? Load it into an IDE and search from there.
-
simonmlewis
- DevNet Master
- Posts: 4435
- Joined: Wed Oct 08, 2008 3:39 pm
- Location: United Kingdom
- Contact:
Re: Windows 10 search finding results, not containing criter
We just want to pop in "http:", and it find all those files with just http: among the content.
Yet, it finds those without http even showing at all!
I don't know a better way of finding all our files with that in it.
Yet, it finds those without http even showing at all!
I don't know a better way of finding all our files with that in it.
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
All the best from the United Kingdom.
Re: Windows 10 search finding results, not containing criter
grep? Windows 10 has the Linux subsystem now, doesn't it?