Han-Gang / test

test
0 stars 0 forks source link

grep日志 #22

Open Han-Gang opened 5 years ago

Han-Gang commented 5 years ago
./ftail.sh xxxxx.log| grep -v "commo / LOG / line" |grep "start Tag:" -A 10000 | grep -E "TargetReg like ^\s"
screen -L
tailf screenlog.0
Han-Gang commented 5 years ago

:%s/^........... ...... //g

Han-Gang commented 5 years ago

:%s/^........... ......//g

Han-Gang commented 5 years ago

Cpplint cppcheck Coverity findbugs https://en.wikipedia.org/wiki/Coverity coverity和fortify检查非常严格 java: checkstyle,pmd,还有像检查圈复杂度的sourcemonitor 清零findbugs和pmd

Han-Gang commented 5 years ago

https://github.com/alibaba/p3c