I am trying to search for lines containing the word BYTES(0). I am issuing the command select-string -pattern "BYTES(0)" -path d:\. The command executes but there is no output.
↧