Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
就像命令一样tail -f <a growing file>?
tail -f <a growing file>
每当我读取一个不断增长的文件时,它总是会遇到 EOF 错误,然后退出。
我没有对它进行太多实验,但是有一个 github 存储库旨在模拟tailGo 中的功能:https ://github.com/ActiveState/tail
tail
就像在 Linux 上用 C 语言编程一样找到答案,然后对等效的“开放”系统调用使用相同/类似的选项。