Thursday, August 9, 2018

Favorite powershell command of the moment

Get-Content "file path" -wait

It's the Linux equivalent of    tail -f "file path"

Great for watching log files.   Easy to use.   Easy to test.

Yay for good powershell commands.