![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Variable for User Comment | gseyforth | Shell Programming and Scripting | 2 | 03-09-2007 10:01 AM |
| how to comment multiple lines in unix | balireddy_77 | Shell Programming and Scripting | 3 | 02-19-2007 03:16 AM |
| Comment faire une soustraction de date? | Cecile | UNIX for Dummies Questions & Answers | 2 | 08-25-2006 06:38 AM |
| remove single-line comment | Icy002 | High Level Programming | 3 | 04-09-2006 05:30 AM |
| Need to add a comment line in a text file | orakhan | Shell Programming and Scripting | 2 | 09-22-2005 05:36 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
# comment
Hi guys and Gals AIX 5.1
If I had a # above several scripts would it comment out everything below it? Like this # 01 2 ** ..................................... 02 31 ......................................... # this is a script 03 12 **.......................... Would everything below that first comment be commented out? Last edited by rocker40 : 01-07-2004 at 07:11 AM. |
| Forum Sponsor | ||
|
|
|
|||
|
comment
I am using AIX 5.1
I commented out a line and the took it out. The only thing I noticed was that # sitting by itself so it had me wondering. I guess I edited it with {VI} What language would these crons be written in using the AIX 5.1 ? here is the actual script. # 01 1 * * 6 /rd/bin/backup.full >> /rd/tmp/cron.full.log 2>&1 #refresh test enviroment from online backups 01 4 * * 2-6 /rd/bin/restoretest.db >> /rd/tmp/testdbrefresh.log 2>&1 It is the 01 4 * * 2-6 line that hasn't been running. I just saw your reply Maybe it is in the command script itself that the problem is? Last edited by rocker40 : 01-07-2004 at 08:14 AM. |