首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

下令收集(notepad)

2012-07-26 
命令收集(notepad)1. grepcat app.log | grep ERROR \[LoggerErrorHandler\] Exception happend | egrep

命令收集(notepad)
1. grep
cat app.log | grep 'ERROR \[LoggerErrorHandler\] Exception happend' | egrep -c "12-07 (19:[3-5]|20)"

热点排行