Is there a way to simulate the *nix tail command on the Windows command line? I have a file and I want a way to snip off the first n lines of text. For example:
As a contemporary answer, if running Windows 10 you can use the "Linux Subsystem for Windows".
https://docs.microsoft.com/en-us/windows/wsl/install-win10
This will allow you to run native linux commands from within windows and thus run tail exactly how you would in linux.