you can get a <...> grep.exe for windows as well...
Why bother, when windows has a native tool that serves a similar purpose:
my $result = `findstr $phone_num file1 file2 file3`; if ( $result ) { print "DO NOT CALL $phone_num\n"; } else { print "You can annoy $phone_num with your gratuitous cold calling\n" +; }
In reply to Re^2: Searching text files
by Not_a_Number
in thread Searching text files
by SteveS832001
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |