标签:包含 sdn inux hone 参考 net article grep 文件名
Linux 在文档中查找满足条件的行并输出到文件:
文件名称: dlog.log 输出文件: out.log
1、满足一个条件(包含 “TJ” )的语句:
grep “TJ” dlog.log > out.log
cat dlog.log | grep "TJ" > out.log
参考链接:https://blog.csdn.net/zchoney/article/details/69314062
标签:包含 sdn inux hone 参考 net article grep 文件名
原文地址:https://www.cnblogs.com/wsnan/p/11794719.html