Logfile Monitoring (PowerShell/Bash) PowerShell: Get-Content -Path .\log.txt -Tail 1 -Wait Bash: $ tail -f filename $ less +F filename $ watch tail logfile