![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cron job question | dannyd | Linux | 5 | 03-03-2008 11:40 AM |
| cron question | moe2266 | Shell Programming and Scripting | 4 | 11-19-2007 02:08 AM |
| question about cron | hcclnoodles | UNIX for Dummies Questions & Answers | 1 | 12-08-2006 09:02 AM |
| CRON Question | DenD | AIX | 2 | 01-17-2006 01:59 PM |
| cron question | ted | Shell Programming and Scripting | 2 | 08-02-2004 05:13 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Folks;
I have this script in SUN which if i run it using command line, it works fine, but when i run it using cron, it work but it misses one thing. here's the details #!/bin/bash cd /opt/new_script for i in ./report*Groups.sh; do $i $1; done This script above when runs through cron, it runs all groups that start with "report" & end with "Groups.sh except for one group that named "reportKKGroup. Any idea? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|