find . \( -iname \*.pm -or -iname \*.pl \) -print xargs grep -in "package"so if you use OR. you have to use grouping symbol with find and grep.
case black lists
find . ! \( -iname \*.txt -or -iname \*.jpg -or -iname \*.tsv \) -print xargs grep -in "use"ラベル: find, grep, perl
0 Comments:
コメントを投稿
<< Home