Quantcast
Channel: A Portal to a Portal
Viewing all articles
Browse latest Browse all 1850

Looking for my Tail using Windows

$
0
0
Now those who know me know that I'm a *Nix g33k, having used the OS since the late 1990s ( BSD, then QShell and PASE on iSeries, then AIX, then GNU Linux, then more AIX, then Mac OS X ).

So give me a Windows box and I'm confused :-(

I was looking for an equivalent to tail on Windows, without needing to download 3rd party tools such as WinTail or BareTail.

Thankfully t'internet had the answer ....


which led me to this: -

Get-Content -Path "C:\scripts\test.txt" -Wait

which does the job ( once one starts a PowerShell terminal )

For me, I'm doing this: -

cd C:\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\server1
Get-Content -Path .\SystemOut.log -Wait

Nice :-)


Viewing all articles
Browse latest Browse all 1850

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>