The equivalent tail -f from Linux env on Windows environment is Get-Content via powershell. The arg -Wait follows new contents.
Get-Content .\app-log-1.log -Wait The equivalent tail -f from Linux env on Windows environment is Get-Content via powershell. The arg -Wait follows new contents.
Get-Content .\app-log-1.log -Wait