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

update

parent 4d31dc2e
......@@ -11,5 +11,6 @@ Linux / Windows
说明:tail 是Linux下的日志查看工具,它最强的特性是可以动态查询最新的日志内容,并在标准输出上打印出来,加上参数 `-f` 后会滚动显示日志文件最底部的内容(也就是最新生成的日志)。
Windows下也有类似的方案,需要借助工具,我这里是推荐使用 `cmder`, 它是一个终端模拟器,包含并扩展了很多Windows自带命令行的功能,在`cmder`中我们就可以使用 ` tail -f <filename>` 命令,就像Linux下的一样。
tail 只从文本中读取最新的一屏的内容,而Windows下用记事本直接打开日志文件会将文件全部读入内存,如果需要实时观察日志而不做全文查询,tail 要节省很多资源。
工具我也上传到Gitlab了,到 [这里](https://civpub.vicp.net:8443/wangjinbo/Svn-to-Git/blob/master/%E5%B7%A5%E5%85%B7/cmder_mini.zip)下载,我上传的是mini版,也可以自己去[官网](http://cmder.net/)下载完整版。
\ 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