Lines Matching refs:will
12 Blanks surrounding the '=' will be eaten; other blanks in value are
22 SHELL and HOME will be used when it's time to run a command; if
26 MAILTO, if set to the login name of a user on your system, will be the
51 no arguments will print a cute little summary of the command syntax.
58 the 'cron' daemon will reload all the tables before running the
65 problem, since 'crontab' will let you do pretty much whatever you
68 -- If any output is generated by a command (on stdout OR stderr), it will
71 of the mail message will include the command that was run, and a
72 complete list of the environment that was passed to it, which will
75 -- the dom/dow situation is odd. '* * 1,15 * Sun' will run on the
76 first and fifteenth AND every Sunday; '* * * * Sun' will run *only*
77 on Sundays; '* * 1,15 * *' will run *only* the 1st and 15th. this