Unix tail equivalent command in Windows Powershell

后端 未结 13 1680
攒了一身酷
攒了一身酷 2020-11-28 00:13

I have to look at the last few lines of a large file (typical size is 500MB-2GB). I am looking for a equivalent of Unix command tail for Windows Powershell. A f

13条回答
  •  执念已碎
    2020-11-28 00:39

    try Windows Server 2003 Resource Kit Tools

    it contains a tail.exe which can be run on Windows system.

    https://www.microsoft.com/en-us/download/details.aspx?id=17657

提交回复
热议问题