skip to content
Alvin Lucillo

Follow a file in powershell

/ 1 min read

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