Lines Matching +refs:csh +refs:else +refs:if +refs:re

34 This barfs (silently!) on our system (Dec Ultrix 1.2 == 4.2bsd) if
35 user's shell is csh. This, I am told, is because csh requires that
38 set up the environment enough for csh to run, and cron just inherits
39 the situation.) Anyway, the point is that if you find out what csh
41 provide some reasonable defaults (if it isn't supplied by cron's
42 parent). Also, could you tell me what csh needs, if you find out, so
49 and whatever else comes to mind. I'll make sure csh works... >>
97 I'm not sure if it is in cron (either SysV or BSD ... if it is, I haven't
114 This would seem to work best if done by cron, as it is now I have a google
119 particular crontab file if a command generates any output on stdout
120 or stderr. This can be irritating, but if you write a script such
133 << hmmm. this seems of limited utility, and if you really wanted
151 This is too much work for me, but if someone adds it, let me know. >>
169 happens because cron runs the command if the day-of-month OR the
173 on Monday thru Saturday any time after the 3rd of the month, e.g. if
185 (run command if day-of-month AND day-of-week are true)
209 The latter can of course be done with > and 2> but it would be nice if
215 << Log files are done with mail. The '%' idea could be useful if
239 mind?), substituting a default (compiled in) shell if the user's
291 allow). The port would be trivial, and I will do it if a lot of
313 will inherit the environment of the user). If nothing else it is critically
328 BSD doesn't have this problem -- TZ is passed right on through if
332 same, if/when I port to SysV (I guess I really should), I'll make
341 Obviously this should be optional, but it would be nice if there were a
355 crontabs. I would suggest something like this: if the command part of the
401 detect holidays under Unix(TM); if there were, I'd use it. As
402 it is, I'll leave this for someone else to add.
414 daemon wakes up, it sees it, and re-reads the crontab files.
420 2) Have some kind of retry time so that if a command fails, cron will try to
421 execute it again after a certain period. This is useful if you have some
433 It would be nice if nonprivileged users can setup personal crontab files