I'm using Powershell to substitute tail -f linux command.
Get-Content file.log -Wait -Tail 10
Because the file is constantly being written into, the command never ends.
The question is: is there any way to break the command and stay in powershell rather than killing the window.