标签:很多 包含 div style 大量 class lin pre inux
大量内容的log,查找11点之后的包含"ABC"的内容,可能会很多,使用more一页一页显示:
cat 20200109.log | grep ABC | grep "2020-01-09 11" | more -5
Linux简单查找log
原文地址:https://www.cnblogs.com/rxbook/p/12171869.html