通常tail -f显示10-15个已经logging的内容。 我怎样才能避免它? 我只想查看新logging的内容。 tail命令中是否有切换? 请指教。
简单地设置为返回零线:
tail -n 0 -f /var/log/syslog
男人的尾巴:
-n, --lines=K output the last K lines, instead of the last 10; or use -n +K to output lines starting with the Kth