Hello, I'm looking for a text tool ( if not a text tool say it as a log file viewer ...) which updates the log file from where it last stopped , instead refreshing the whole log file from the beginning.
-Srinivas
Hello, I'm looking for a text tool ( if not a text tool say it as a log file viewer ...) which updates the log file from where it last stopped , instead refreshing the whole log file from the beginning.
-Srinivas
On Unix flavors you've got shell command tail -f or tail -F if file is getting replaced by another one. Probably available on Cygwin as well.