79297398

Date: 2024-12-20 13:43:34
Score: 3.5
Natty:
Report link

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.

Reasons:
  • Blacklisted phrase (1): is there any
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: MikeG