tail -fコマンドの結果をgrepするcyrus074242019年07月11日 14:46:18tail -fコマンドの結果をgrepしたい場合、grepのオプションに --line-bufferedをつけると良い。 # 例 tail -f ~/application.log | grep --line-buffered "ERROR"