Windows equivalent for ‘tail’
July 10, 2020Just came across this Windows equivalent for the Unix/Linux tail command:
Get-Content Log.txt –Wait
Just came across this Windows equivalent for the Unix/Linux tail command:
Get-Content Log.txt –Wait