如何保存忍者构建输出而不丢失输出的压缩格式
我tride以复制ninja
构建系统的输出到单独的文件,但我想保存ninja
输出的原始营地外观。
如果我TEE
ninja(ninja all | Tee -a somefile
)我得到文本墙在此处输入图像描述 而不是更新一行。
如果有一种更好的方法来复制ninja
的输出,而无需失去输出的压缩形式,请告诉我!
更新:我发现ninja
使用[k
easse sequence
(删除行)和捕获或重新配置ninga < /代码>输出它消失。如果某些人知道如何允许系统捕获所有的逃生序列,它将解决我的问题
I tride to duplicate the output of the ninja
build system to the separate file but I want to save original campresed look of the ninja
output.
If I tee
ninja (ninja all | tee -a someFile
) I get wall of text enter image description here
Instead of updating one line.
If there is a better way to duplicate the output of ninja
to file without loosing the compress formatig of output please let me know!
UPD: I find out that ninja
update lines with [K
escape sequence
(erasing the line) and after capturing or rederecting ninga
output it vanishing. If some body know how to allowed system to capture all tipy of escape sequence, it will solve my problem
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论