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.
在我以前的公司,有一位工程师向我展示了一个使用 top 的演示,它正在显示她的脚本的输出。不幸的是,我和她已经没有任何联系了。但是我发现 top 可以显示输出真的很神奇。这就像在日志文件上执行 tail -f 一样。
有谁知道如何做到这一点?
Top 有一个 -b 模式,它以类似于 tail -f 的格式打印出信息。那是你要找的吗?