Emulating the Linux tail
Command Using Windows PowerShell
This post is still in progress. If you’ve ever developed software on a Linux system, you’ve no doubt used the tail command to print out lines as they are added to the end of a log file. The tail command is used something like this: $ tail -f /var/log/mylogfile.log You can accomplish the same task… Read More »