致力于Ubuntu中文推广http://forum.ubuntu.com.cn/
http://forum.ubuntu.com.cn/viewtopic.php?t=416169
代码: 全选
tail -f xxx.log
tail -f xxx.log | grep 'abc'
tail -f
cuihao 写了:我这里: 代码: 全选tail -f xxx.log | grep 'abc' 可以啊,不会直接退出。