We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这个命令会卡最后几行不输出。当 tail 更新了新的内容时,会输出之前卡住的和新的内容,然后又卡新数据最后的几行。像是有缓冲区没输出的感觉 tail -f access.log | jq . | nali
tail -f access.log | jq . | nali
但是,这些命令没有问题: tail -f access.log | nali jq . access.log | nali
tail -f access.log | nali
jq . access.log | nali
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这个命令会卡最后几行不输出。当 tail 更新了新的内容时,会输出之前卡住的和新的内容,然后又卡新数据最后的几行。像是有缓冲区没输出的感觉
tail -f access.log | jq . | nali
但是,这些命令没有问题:
tail -f access.log | nali
jq . access.log | nali
The text was updated successfully, but these errors were encountered: