Unfortunately, the 32 bit grep for windows that I am running, I cannot run multiple instances of it or use the full potential.I don't much about Windows, but I'm baffled by this statement. Why can't you run multiple instances of it?
Therefore I am trying to create a Perl script using Perl x64 can do the following grep:Uhm, that's just one instance. Which, AFAIK, on Unix, doesn't use multiple cores either. And why doesn't it do what you want under Windows?grep -h %search_string% *.txt > retuned_Results.sl
Of course, the Perl equivalent of the above is:
but if the grep doesn't do what you want, I fear the above doesn't do what you want either.perl -ne 'print if /%search_string%/' *.txt > retuned_Results.sl
In reply to Re: Search through multiple files and output results to new file
by JavaFan
in thread Search through multiple files and output results to new file
by Moloch
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |