We can use ‘tail’ command feature in Windows using Powershell.
Run Powershell and execute this command:
Get-Content [filename] -Wait -Tail 30
Change [filename] with your file.
Number 30 means show the last 30 lines.
We can use ‘tail’ command feature in Windows using Powershell.
Run Powershell and execute this command:
Get-Content [filename] -Wait -Tail 30
Change [filename] with your file.
Number 30 means show the last 30 lines.