如何才能在Windows下象在Linux使用tail一样方便地来查看日志呢?
1、Windows Server 2003 Resource Kit Tools
使用:
C:/DOS>tail/? 一成不变的方法,/?来查看使用帮助
usage: TAIL [switches] [filename]*
switches: [-?] display this message
[-n] display last n lines of each file (default 10)
[-f filename] keep checking filename for new lines
示例:
tail xxx.log 查看文件,默认显示最后的10行
tail -100 xxx.log 显示最后的100行
tail -f xxx.log 一直查看文件的变化。
附上Windows Server 2003 Resource Kit Tools的tail.exe下载,免得去下载安装或解压了。
下载: tail.exe
下载: tail.exe
注意,最后的下载要有javaeye帐户