I have a large text file (3MB over 50,000 lines) and I would wish to perform a filter on it.
I see that it's quite possible to do on a Linux machine, but I don't know how to go about filtering it on windows.
I would like every line that includes a specified string (e.g. cake
) to be copied into a new text file - simple as that. I just have no idea.
Thanks :)