My random rumblings

Something of everything and nothing at all

Text search in large files

It is not always possible to open large files with a text editor and sometimes it is good enough to know that data exist within a file.

You can use the following PowerShell command:
Select-String -pattern "Text Pattern" -path <FilePath>

Select-String -pattern "10016672" -path .\mprdata.xml