I was wondering how Select-String
reads a file content?
Does it load the content into the memory first or does it read the content in chunks?
(The reason I am curious about it is because I wonder if Select-String
can create too much I/O load depending on its implementation)
Thanks