Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The unix "tail" command allows a user to view the end of a log file. The command "tail -f filename" will watch the file and display any new lines as they are written to the log file.

There is a powershell equivalent to this. See this article on TechNet.

Step-by-step guide

ActionScreenshot
Open Powershell

Change to the log folder

cd C:\ProgramData\iQuate\iQSonar4.0\Logs

The Get-Content cmdlet with the Tail parameter will list the last number of lines from the file


If you want to get the effect of "tail -f", use the "-Wait" parameter on the end as well.



Change Directory to the folder containing the log

Type the



 



  • No labels