Is there an equivalent command for the Linux tail command in Windows 7 without Powershell installed?

link|improve this question
feedback

migrated from stackoverflow.com Oct 17 '11 at 11:33

This question came from our site for professional and enthusiast programmers.

4 Answers

If you don't want Cygwin (heavy), GnuWin32 has a tail version. UnxUtils also has.

link|improve this answer
feedback

Have you checked out cygwin? All of your favourite utilities :-)

For best results, combine it with puttycyg.

link|improve this answer
feedback

Check

> tail for win32

http://tailforwin32.sourceforge.net/

It is one on sourceforge projects. All free & open source :)

link|improve this answer
feedback

There are several possibilities:

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.