Lines Matching +full:two +full:- +full:user

34 Each user has their own crontab, and commands in any given crontab will be
35 executed as the user who owns the crontab.
43 non-space character is a pound-sign (#) are comments, and are ignored.
52 .Bd -literal
56 where the spaces around the equal-sign (=) are optional, and any subsequent
57 non-leading spaces in
85 user's login class will be set from
113 .Ev USER
118 .Ev USER
128 is defined (and non-empty), mail is
129 sent to the user so named.
132 is defined (and non-empty), its value will be used as the from address.
147 your mailer when you install cron --
153 upward-compatible extensions.
155 Each user cron line has five time and date fields, followed by a command.
159 ) has five time and date fields, followed by a valid user name
160 (with optional ``:<group>'' and ``/<login-class>'' suffixes),
167 when at least one of the two day fields (day of month, or day of week)
172 .Bd -literal -offset indent
174 ----- --------------
175 minute 0-59
176 hour 0-23
177 day of month 1-31
178 month 1-12 (or names, see below)
179 day of week 0-7 (0 or 7 is Sun, or use names)
182 A field may be an asterisk (*), which always stands for ``first\-last''.
185 Ranges are two numbers separated
189 8-11 for an ``hours'' entry specifies execution at hours 8, 9, 10
195 Examples: ``1,2,5,9'', ``0-4,8-12''.
201 For example, ``0-23/2'' can be used in the hours
205 also permitted after an asterisk, so if you want to say ``every two
225 Percent-signs (%) in the command, unless escaped with backslash
231 .Bl -tag -width Ds
234 The execution output will only be mailed if the command exits with a non-zero
246 Note: The day of a command's execution can be specified by two
262 .Bd -literal -offset indent
264 ------ -------
282 Unlike regular syntax, it guarantees not to overlap two or more
289 .Bd -literal
295 .Sh EXAMPLE USER CRON FILE
296 .Bd -literal
304 # run at 2:15pm on the first of every month -- output mailed to paul
307 0 22 * * 1-5 mail -s "It's 10pm" joe%Joe,%%Where are your kids?%
308 23 0-23/2 * * * echo "run 23 minutes after midn, 2am, 4am ..., everyday"
313 * * * * * -q date
315 * * * * * -n ping -c 1 freebsd.org
327 Lists and ranges are allowed to co-exist in the same field.
328 "1-3,7-9" would
333 cron -- they want to see "1-3" or "7,8,9" ONLY.
335 Ranges can include "steps", so "1-9/2" is the same as "1,3,5,7,9".
362 .Sq -q
365 .Sq -n
370 If you are in one of the 70-odd countries that observe Daylight