Apologies if you don't find anything of interest here, it's more for my own use than anyone else's.
I'm a network & server administrator from Preston, UK. I'm sure you're not interested in my personal opinions, so mostly this blog will be stuff that I need to know for my own use, if you find it useful too then I'm glad.
Friday, 18 September 2009
Using FIND as a GREP alternative for Windows
You can use the Windows 'find' command in a similar manner to how 'grep' would work in a UNIX-based system.
Find can search through files for strings but also can have output piped to it. So for example, to list all the services containing the word 'Sophos' on a remote computer, you can use the syntax:
No comments:
Post a Comment