powershell get-content with linenumber

时间:2017-05-08 15:54:20

标签: string powershell

您需要一些帮助才能在使用的get-content输出中添加linenumber:

Get-Content ("\\....”) -tail 1 -wait | %{

    foreach ($data in (,$_ -match "somestring")) {
   ........
    } #end foreach

} #end get-content %

已经尝试过选择对象亚麻,但没有运气。任何帮助将不胜感激

0 个答案:

没有答案