hatim hace 5 años
padre
commit
ef77481226
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      规范/运维/日志查看日常操作.md

+ 0 - 1
规范/运维/日志查看日常操作.md

@@ -43,7 +43,6 @@ cat -n wisdom-bill.log | head -n 3000 | tail -n +1000
 # less形式查看
 less wisdom-bill.log
 # 按键盘快捷键"/",然后输入关键字,回车即可
-
 # cat形式查看
 cat wisdom-bill.log | grep '关键字'
 ```