Home » Questions » Computers [ Ask a new question ]

multitail for Windows cmd/powershell? [closed]

multitail for Windows cmd/powershell? [closed]

Is there a program like multitail but for Windows cmd.exe or powershell (not GUI)?

Asked by: Guest | Views: 213
Total answers/comments: 1
Guest [Entry]

"For log files i need to watch i do:

gc MyLogFile.log -Wait -Force | %{ do something with ""$_"" }

Works pretty nicely, it will do only one only do one file a time."