English 中文(简体)
tailf for windows [closed]
原标题:
  • 时间:2010-03-31 22:27:14
  •  标签:
  • windows
  • tail

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

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

问题回答

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.

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

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

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.

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.





相关问题
Why running a service as Local System is bad on windows?

I am trying to find out the difference between difference service account types. I tumbled upon this question. The answer was because it has powerful access to local resources, and Network Service ...

Programmatically detect Windows cluster configuration?

Does anyone know how to programatically detect that a Windows server is part of a cluster? Further, is it possible to detect that the server is the active or passive node? [Edit] And detect it from ...

get file icon for Outlook appointment (.msg)

I ve read Get File Icon used by Shell and the other similar posts - and already use SHFileInfo to get the associated icon for any given extension, and that works great. However, Outlook uses ".msg" ...

Identifying idle state on a windows machine

I know about the GetLastInputInfo method but that would only give me the duration since last user input - keyboard or mouse. If a user input was last received 10 minutes ago, that wouldn t mean the ...

Terminating a thread gracefully not using TerminateThread()

My application creates a thread and that runs in the background all the time. I can only terminate the thread manually, not from within the thread callback function. At the moment I am using ...

热门标签