3

I found tail2win but it is a paid product. Are there any good freeware or shareware out there?

user259349
  • 143
  • 1
  • 8
  • what exactly are you asking for? I couldn't find anything googling 'tail2win'. Should it be like 'tail' unix command? – Axarydax Mar 31 '10 at 22:31
  • See http://stackoverflow.com/questions/247234/do-you-know-a-similar-program-for-wc-unix-word-count-command-on-windows for lists of unix tools for windows – Martin Beckett Apr 01 '10 at 15:15

6 Answers6

3

If you're looking for a unix-style tail or tail -f then you can get the real thing from Cygwin. Cygwin is a port of many unix commands to Windows.

RichieHindle
  • 272,464
  • 47
  • 358
  • 399
3

Try BareTail. There's a free version and a pay-for version. The free version shows an extra splash screen on startup, but is otherwise fully functional.

A small extract from the feature list:

  • View the end of a growing file in real time, no matter how fast the file grows
  • Like "tail -f" on Unix systems, but with many more features
Mark Byers
  • 811,555
  • 193
  • 1,581
  • 1,452
2

go to GNU win32 and download coreutils etc. you will find tail command. It free.

ghostdog74
  • 327,991
  • 56
  • 259
  • 343
0

Try this: http://wintailviewer.leosis.kinghost.net/ I like it because it's free and there are a lot of features: top most windows, multiple files, window opacity. It's fantastic to see apache logs while you refresh your localhost page.

Leo L.
  • 1
  • Is this your product? (I ask because your username is Leo and the link contains "Leo" in it.) If I'm wrong, my apologies. If you are indeed affiliated with the product, you are required to disclose that affiliation in your posts, and a majority of your contributions should not be about products you are affiliated with. Thanks! :) – WendiKidd Aug 22 '13 at 02:55
0

http://infiero.com/tailxp/

Kyle Alons
  • 6,955
  • 2
  • 33
  • 28
0

Even on unix i quite like this perl module for tailing:

http://metacpan.org/pod/File::Tail

Mainly because it detects when a file is replaced, which normal tail doesn't cope with.

szabgab
  • 6,202
  • 11
  • 50
  • 64
Codek
  • 5,114
  • 3
  • 24
  • 38