This question already has an answer here:
- Windows XP equivalent of “tail -f”? 6 answers
My servers hung, and after a restart it showed me that my hard drive was full (Windows Server 2008). I looked into the problem and it was a 189 GB Tomcat log file!
To find out the cause for the crash, seeing the last 100 lines of the file would be enough.
Is there a quick way to do this?

