|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | 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. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Make a job always running.
Hi All,
i want to make a job as always running job so that whenever it recieve a input file the job should process the file. Please help me with this. |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
You can try Code:
crontab Code:
* * * * * script This script or job will run at every minute of every hour of every month. |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Hi Vikram,
happy to see the reply from u .... will this work even for autosys job also |
|
#4
|
|||
|
|||
|
Iam not sure about that but i hope the below link can help you.
What is AUTOSYS (Linux / UNIX forum at JavaRanch) |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cron job not running | yabhi_22 | UNIX for Dummies Questions & Answers | 7 | 07-04-2009 02:27 PM |
| crontab job not running | ilpasta | UNIX for Dummies Questions & Answers | 5 | 01-27-2009 09:42 AM |
| Running the job continously. | rajesh08 | UNIX for Advanced & Expert Users | 6 | 10-04-2008 03:37 PM |
| Is there a way to make this find job run as one process, more efficiently? | tphyahoo | Shell Programming and Scripting | 1 | 06-01-2006 09:43 PM |
| Cron Job Not Running | nag_sundaram | HP-UX | 1 | 10-17-2005 10:38 AM |
|
|