linux++:Linux

1、在多个文件中 查找内容

find . -type f -name "*.html" | xargs grep "1"

 2、文件太大按照 文件大小拆分

split -b 1000m 20201217.log waynelog

 未完待续...

原文地址:https://www.cnblogs.com/codingmode/p/11819791.html