Commit af9a4f38 authored by 王进波's avatar 王进波

update

parent f0e9e218
# 常用的命令行
### 日志查看
`tail -f <filename> `
Linux / Windows
说明:tail 是Linux下的日志查看工具,它最强的特性是可以动态查询最新的日志内容,并在标准输出上打印出来,加上参数 `-f` 后会滚动显示日志文件最底部的内容(也就是最新生成的日志)。
Windows下也有类似的方案,需要借助工具,我这里是推荐使用 `cmder`, 它是一个终端模拟器,包含并扩展了很多Windows自带命令行的功能,在`cmder`中我们就可以使用 ` tail -f <filename>` 命令,就像Linux下的一样。
工具我也上传到Gitlab了,到 [这里](https://civpub.vicp.net:8443/wangjinbo/Svn-to-Git/blob/master/%E5%B7%A5%E5%85%B7/cmder_mini.zip)下载,我上传的是mini版,也可以自己去官网下载完整版。
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment