Lines Matching +refs:csh +refs:else +refs:if +refs:re
37 This barfs (silently!) on our system (Dec Ultrix 1.2 == 4.2bsd) if
38 user's shell is csh. This, I am told, is because csh requires that
41 set up the environment enough for csh to run, and cron just inherits
42 the situation.) Anyway, the point is that if you find out what csh
44 provide some reasonable defaults (if it isn't supplied by cron's
45 parent). Also, could you tell me what csh needs, if you find out, so
52 and whatever else comes to mind. I'll make sure csh works... >>
100 I'm not sure if it is in cron (either SysV or BSD ... if it is, I haven't
117 This would seem to work best if done by cron, as it is now I have a google
122 particular crontab file if a command generates any output on stdout
123 or stderr. This can be irritating, but if you write a script such
136 << hmmm. this seems of limited utility, and if you really wanted
154 This is too much work for me, but if someone adds it, let me know. >>
172 happens because cron runs the command if the day-of-month OR the
176 on Monday thru Saturday any time after the 3rd of the month, e.g. if
188 (run command if day-of-month AND day-of-week are true)
212 The latter can of course be done with > and 2> but it would be nice if
218 << Log files are done with mail. The '%' idea could be useful if
242 mind?), substituting a default (compiled in) shell if the user's
294 allow). The port would be trivial, and I will do it if a lot of
316 will inherit the environment of the user). If nothing else it is critically
331 BSD doesn't have this problem -- TZ is passed right on through if
335 same, if/when I port to SysV (I guess I really should), I'll make
344 Obviously this should be optional, but it would be nice if there were a
358 crontabs. I would suggest something like this: if the command part of the
404 detect holidays under Unix(TM); if there were, I'd use it. As
405 it is, I'll leave this for someone else to add.
417 daemon wakes up, it sees it, and re-reads the crontab files.
423 2) Have some kind of retry time so that if a command fails, cron will try to
424 execute it again after a certain period. This is useful if you have some
436 It would be nice if nonprivileged users can setup personal crontab files