On windows how can I easily monitor a log file and see updates to the file in real time?
Basically, same functionality like tail -f log_file
on Unix systems
Platform: Windows XP/2003/2008 server
[Update] this is quite handy for a quick monitoring(thanks to Ckarras's answer)
Quick screen shot of PowerShell type -wait
(type is an alias for get-content
)