我只想跟踪文件中更新的行而不是全部内容
tail -F /文件路径
显示文件中的所有行。我只需要显示添加到文件的新行,有人能帮我吗?
问候 Chhaya
答案1
tail -F -n0 file.txt
手册页关于-n
:
-n, --lines=K
output the last K lines, instead of the last 10; or use -n +K to
output lines starting with the Kth