Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
CATSIT-TIMER(1)		    General Commands Manual	       CATSIT-TIMER(1)

NAME
       catsit-timer -- run command at interval

SYNOPSIS
       catsit-timer interval command ...

DESCRIPTION
       The catsit-timer	utility	runs a command at an interval.	The command is
       run  once  immediately, then again every	interval after waiting for the
       command to exit each time.  The catsit-timer utility is not appropriate
       for scheduling commands to run at specific times.

       The format of the interval specifier is a series	of  integers  followed
       by  units:  s  for  seconds, m for minutes and h	for hours.  An integer
       with no unit is assumed to be in	seconds.  The interval is the  sum  of
       each integer-unit pair.	For example, 1m30s is equivalent to 90s.

EXIT STATUS
       If the command exits non-zero, catsit-timer exits with the same status.

SEE ALSO
       catsitd(8)

AUTHORS
       June Bug	<june@causal.agency>

FreeBSD	ports 15.0	       February	25, 2021	       CATSIT-TIMER(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=catsit-timer&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help