/ Published in: Perl
URL: http://code.cshaiku.com/code_perl_keyword_search.php
Expand |
Embed | Plain Text
#!/bin/sh tail -n5000 somefile | perl -ne "print $_ if /$1/i && /$2/i && /$3/i && /$4/i && /$5/i;"
You need to login to post a comment.
