标签: php exec file-get-contents
如何用grep.My代码获取文件内容如下所示我希望所有数据匹配string.I使用exec命令。
<?php $file = file_get_contents('nn.txt', true); $test=exec(' "$file" |grep rtcbiz',$sip); echo $test; ?>