会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Mike-Blog
管理
2020年9月24日
linux命令-日志查看
摘要: https://www.cnblogs.com/kbkiss/p/7567725.html ## 查看日志常用命令 ### tail命令 -n 是显示行号;相当于nl命令;例子如下: ` tail -100f test.log ` 实时监控100行日志 ` tail -n 10 test.log ` 查询日志...
阅读全文
posted @ 2020-09-24 16:11 float123
阅读(259)
评论(0)
推荐(0)