cat aa.txt | grep 'startup' |wc-l 在linux命令行下測試沒有問題。但是在php的exec的就出現問題了,很奇怪。 結果報錯: 報錯提示如下:cat: write error: Broken pipe 廢了好大勁,查了好多資料,終於解決。 grep的選項增加-a選項就ok了 grep -a選項的意思是:Process a binary file as if it were text; this is equivalent to the --binary-files=text option 應該是cat的這個文件內容有二進制流,導致grep不識別