像“tail -f”这样的免费 Linux对于Windows

发布于 2024-12-14 06:54:01 字数 1536 浏览 1 评论 0 原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

云柯 2024-12-21 06:54:01

我找到了两个选项:

BareTail

在此处输入图像描述

尾部对于 Win32

在此处输入图像描述

他们都不使用 Cygwin。 BareTail 显然有一个烦人的启动屏幕。 Tail for Win32 是完全免费且开源的。

I found two options:

BareTail

enter image description here

Tail for Win32

enter image description here

Neither of them uses Cygwin. BareTail apparently has an annoying startup screen. Tail for Win32 is completely free, and open source.

乜一 2024-12-21 06:54:01

multitail 的作用类似于 tail -f 一次作用于多个文件,它会根据文件类型为线条着色。它作为 Cygwin 的一部分在 Windows 中提供,费用为 0 美元。

multitail acts like tail -f on multiple files at a time, and it will color lines according to the file type. It's available in Windows as part of Cygwin, which will cost you $0.

在巴黎塔顶看东京樱花 2024-12-21 06:54:01

gnuwin32 中的文本实用程序包含 tail。
该发行版是一个 zip 文件,您只能使用该 zip 中的 tail.exe。
http://gnuwin32.sourceforge.net/packages/coreutils.htm

它有一个依赖项。 (dep是依赖,bin是实际发行版)下载两者,解压。 从 dep复制

  1. 将libiconv2.dll
  2. libintl3.dll

到与 tail.exe 相同的目录

http://sourceforge.net/projects/gnuwin32/files/coreutils/5.3.0/coreutils-5.3.0-dep.zip/download
http://sourceforge.net/projects/gnuwin32/files/coreutils/5.3.0/coreutils-5.3.0-bin.zip/download
然后tail.exe就可以正常工作了。但正如您在评论中所说,它给出了“tail -f filename”的错误

有趣的是:如果您使用他们的安装包安装
http://gnuwin32.sourceforge.net/downlinks/coreutils.php
这个错误不存在。但是当我尝试仅使用 zip 发行版时,我看到了同样的错误。

Text utilities from gnuwin32 contains tail.
This distribution is a zip file, you can only use tail.exe from this zip.
http://gnuwin32.sourceforge.net/packages/coreutils.htm

It has a dependency. (dep is dependency,bin is actual distribution) Download both of them,extract. Copy

  1. libiconv2.dll
  2. libintl3.dll

from dep to same directory as tail.exe

http://sourceforge.net/projects/gnuwin32/files/coreutils/5.3.0/coreutils-5.3.0-dep.zip/download
http://sourceforge.net/projects/gnuwin32/files/coreutils/5.3.0/coreutils-5.3.0-bin.zip/download
Then tail.exe works normally. But as you say in comments it gives error for "tail -f filename"

Interesting thing is: If you install using their setup package
http://gnuwin32.sourceforge.net/downlinks/coreutils.php.
This error does not exist. But I saw same error when I was trying to use from zip distribution only.

你另情深 2024-12-21 06:54:01

你试过这个吗?

“UNIX 'tail' 命令的 Windows 版本。包括诸如寻呼机或 SMTP 通知之类的功能,在受监视的文件中找到特定项目”

http://sourceforge.net/projects/tailforwin32/

HTH

Have you tried this?

"A Windows version of the UNIX 'tail' command. Includes features such as pager or SMTP notification of specific items found within the files being monitored"

http://sourceforge.net/projects/tailforwin32/

HTH

濫情▎り 2024-12-21 06:54:01

我可以推荐LogExpert另一个替代品

I can recommend LogExpert an other alternatives

稳稳的幸福 2024-12-21 06:54:01

免费版本的 Kiwi Syslog Viewer 就可以完成这项工作。

它有一个尾部功能,并将快速轻松地打开非常大的文件。

Free version of Kiwi Syslog Viewer will do the job.

It has a tail function, and will open very large files quickly and easily.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文