运维网's Archiver
论坛
›
Perl
› grep 和 perl多个条件匹配
50010623
发表于 2015-12-29 11:08:54
grep 和 perl多个条件匹配
grep和perl多个条件匹配使用‘|’作为分割符号
grep -E 'abc|def'
perl if(/abc|def/)
页:
[1]
查看完整版本:
grep 和 perl多个条件匹配