Software Engineer is(should be) a most efficient Problem Solver.
Run PowerShell
tail -f
Get-Content -Path C:\MyLogs\mylog.log -Wait -Tail 100
tail -f | grep
Get-Content -Path C:\MyLogs\mylog.log -Wait -Tail 100 | Select-String "Search Word"
Post a Comment
No comments:
Post a Comment