![]() |
|
|
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 |
| How to edit the crontab file | rajus19 | Shell Programming and Scripting | 2 | 05-25-2007 09:34 AM |
| Different edit crontab at Solaris..? | srilinux | SUN Solaris | 25 | 12-17-2006 02:50 AM |
| Edit Crontab | juliet | UNIX for Dummies Questions & Answers | 11 | 09-28-2006 05:32 PM |
| Can't edit crontab | FredSmith | UNIX for Dummies Questions & Answers | 1 | 10-24-2005 06:12 PM |
| Crontab - Recommended way to edit? | frustrated1 | UNIX for Advanced & Expert Users | 3 | 08-26-2003 04:45 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
edit crontab without -e
hi
i need to change crontab settings as minute,hour,day of month,month year,day of week certain times. for that i need to go as crontab -e. i want to avoid that as its creating many problems in mysystem. so here i m planning/trying to write a script that will update the settings in crontab as per arguments from user. can we do this? plz any guidelines... Thanks Best Regards, Swapneel |
|
||||
|
hi abhijeet,matrixmadhan
see i have some shellcomads in crontab. i my trying to write a script which will ask abt the new time and new date .... see here line numbers are same. measn if i say i want to edit 6th line of crontab i.i. monthlyprocess so my script will chnage only that line. thanks for your help regards, swapneel |
|
||||
|
thats what i have said!!!
whatever be the change you are going to make, do it on the crontab entry file redirected through crontab -l and once you are done with the changes redirect the file with changes to effect the crontab once again as mentioned in the previous post. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|