Questions tagged «watch-command»

4
使用watch run 2命令
我必须在同一终端窗口中观看两个命令。我的意思是 watch du -h filename.txt && df -h 但是它只显示一个输出。 所以我在想的是可能无法使用watch在同一窗口上运行多个命令。 如果有任何方法,请告诉我。 谢谢。

1
如何查看用grep过滤的输出?
我想看输出的变化 gsettings list-recursively|grep text-scal 这是 org.gnome.desktop.interface text-scaling-factor 1.0 com.canonical.Unity.Interface text-scale-factor 1.0 但是如果我尝试与 watch gsettings list-recursively|grep text-scal 我没有输出,因为管道似乎是问题所在。 我如何仍可以观看更改?

3
为什么在使用手表时不出现git颜色?
运行时,git status -sb我看到: 我想watch(来自procps-ng 3.3.3)一个存储库。该--color选项应该保留颜色。 有趣的是,它适用于ls: $ watch --color "ls --color" 显示: 但是对于git颜色消失: $ watch --color "git status -sb" 那么,为什么watch显示颜色ls而不显示git输出?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.