![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| inconsistent ls command display at the command prompt & running as a cron job | rajranibl | Linux | 5 | 07-30-2007 05:26 AM |
| at command does not work | otilesoj | UNIX for Dummies Questions & Answers | 0 | 03-24-2007 03:00 AM |
| script didn;t work in cron !!! @_@ | stancwong | Shell Programming and Scripting | 2 | 10-04-2005 06:25 AM |
| ncopy doesn't work from cron | Selma | UNIX for Dummies Questions & Answers | 2 | 01-20-2005 05:28 AM |
| Simple cron job won't work | coregan | UNIX for Dummies Questions & Answers | 4 | 01-20-2004 01:22 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Command doesn't work under cron ?
I have defined in cron
crontab -l >/FIXENGINE/data/crontab.$(whoami).$(date +%a) The resulting file is named crontab.fixadmin. When I run the above from a command line, the file is named: crontab.fixadmin.Tue (or whatever day I happen to be running) The question is - why do I get different results. Any ideas?? John |
| Forum Sponsor | ||
|
|
|
||||
|
Please try to provide a clue or two when you ask questions. It would help a lot to know exactly which OS you use. But from Sun's crontab man page:
Quote:
|