I'm looking for the equivalent of the Unix 'tail' command that will allow me to watch the output of a log file while it is being written to.
相关问题
- Inheritance impossible in Windows Runtime Componen
- how to get running process information in java?
- Is TWebBrowser dependant on IE version?
- How can I have a python script safely exit itself?
- I want to trace logs using a Macro multi parameter
相关文章
- 如何让cmd.exe 执行 UNICODE 文本格式的批处理?
- 怎么把Windows开机按钮通过修改注册表指向我自己的程序
- Warning : HTML 1300 Navigation occured?
- Bundling the Windows Mono runtime with an applicat
- Windows 8.1 How to fix this obsolete code?
- CosmosDB emulator can't start since port is al
- How to print to stdout from Python script with .py
- Determine if an executable (or library) is 32 -or
DOS's
type
works like *nux'scat
, though just likecat
, it does dump the whole file, so it's not really a truetail
, but it's going to be available in a pinch without downloading/installing a truetail
substitute.Install MKS Toolkit... So that you can run all Unix commands on Windows.
The command is:
I've used Tail For Windows. Certainly not as elegant as using
but then, you're using Windows. ;)I've used Mtail recently and it seems to work well. This is the GUI type like baretail mentioned above.
DOS has no tail command; you can download a Windows binary for GNU tail and other GNU tools here.
Download the tail command, part of
Windows Server 2003 Resource Kit Tools
from Microsoft itself.