]> granicus.if.org Git - procps-ng/commit
watch: exit when command output changes.
authorKent R. Spillner <kspillner@acm.org>
Thu, 26 Jan 2012 14:42:37 +0000 (08:42 -0600)
committerKent R. Spillner <kspillner@acm.org>
Thu, 26 Jan 2012 14:42:37 +0000 (08:42 -0600)
commit81f64657ba183ee983ea98c7f97904296b2ce5aa
tree7e8b88ca5fda3c47618ec0c73b6c270a792ea772
parent8955ec26fecf367eafcbcddaf3276437abc5e4f3
watch: exit when command output changes.

Add new flags to watch (-g/--chgexit) so that it exits when the
output changes.  This is useful in builds and shell scripts, for
example when deploying webapps to block the remainder of the
deployment steps until after the webapp starts.

e.g. watch --chgexit curl http://foo/bar
watch.1
watch.c