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:
I don't think there is way out of the box. There is no such command in DOS and batch files are far to limited to simulate it (without major pain).