31 lines
566 B
Groff
31 lines
566 B
Groff
.Dd Jun 10, 2022
|
|
.Dt RR 1
|
|
.Os
|
|
.Sh NAME
|
|
.Nm rr
|
|
.Nd Repeteadly run a command until it exits with a non zero status
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Ar cmd Op Ar arg ...
|
|
.Sh DESCRIPTION
|
|
Run command
|
|
.Ar cmd arg ...
|
|
repeteadly until it fails.
|
|
.Pp
|
|
In every run, compare its stdout with the one from the previous run.
|
|
If there has been any change, print a diff;
|
|
otherwise, display a dot to indicate progress.
|
|
.Sh EXIT STATUS
|
|
.Ex -std
|
|
.Sh EXAMPLES
|
|
.Bd -literal -offset indent
|
|
$ rr pgrep -f foo
|
|
0a1,2
|
|
> 6871
|
|
> 25428
|
|
\&...^C
|
|
$
|
|
.Ed
|
|
.Sh AUTHORS
|
|
.An Adolfo Perez Alvarez Aq Mt adolfopa@sdf.org
|