![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| Appending date to filename | aemunathan | Shell Programming and Scripting | 5 | 05-12-2008 07:21 AM |
| appending a file using sed in ksh | smac | Shell Programming and Scripting | 3 | 01-02-2008 04:09 PM |
| Reading specific contents from a file and appending it to another file | dnicky | Shell Programming and Scripting | 5 | 10-04-2005 05:45 AM |
| appending a file | chumba | UNIX for Dummies Questions & Answers | 1 | 05-24-2001 11:09 AM |
| Appending out to a file | Astudent | UNIX for Dummies Questions & Answers | 1 | 10-20-2000 02:17 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Date Not appending in log file
Hi experts . . .
Sunsolaris 9 version I have the script as below: Am getting log file as : archive_today_.log Please suggest. ################################################## set 'date' dd=$3 mon=$2 export mon yyyy=$6 export yyyy cd /oracle/P47/saparch LOG_FILE=/oracle/P47/saparch/archive_today_$date.log echo "*******************************************************************">> $LOG_FILE date >> $LOG_FILE sqlplus "/as sysdba"<< EOF >> $LOG_FILE set serveroutput on ; set time on ; recover automatic standby database; CANCEL exit EOF echo "Finish applying archives in SAP DR site..." >> $LOG_FILE echo " ----------------------------------------------------------">> $LOG_FILE echo "End SAP DR script " >> $LOG_FILE echo "=========================================================" >> $LOG_FILE.................................................................................................... . |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|