RE: echo "`date`

2002-12-23 Thread Ashraf Salaymeh
December 2002 06:44 > To: Multiple recipients of list ORACLE-L > > > Dear List, > > I have Korn shell Script that show the date of > execution. > > echo "`date` - Start shutdown of oracle DB." > > Could any body tell me how to display this char ` &g

RE: RE: echo "`date`

2002-12-23 Thread Stephane Faroult
Needless to say, it's on another key on my own keyboard ... Ashraf, you may locate more easily that universal sign, $, and parentheses. In Korn shell, you can also write echo "$(date) - Start shutdown of oracle DB." HTH, SF >- Original Message - >From: "Thomas

RE: echo "`date`

2002-12-23 Thread Thomas, Kevin
execution. echo "`date` - Start shutdown of oracle DB." Could any body tell me how to display this char ` the quotation for date. I mean which key I have to press in Unix to get this quotation character. I'm working with Unixware7.1 Regards, Ashraf

echo "`date`

2002-12-22 Thread Ashraf Salaymeh
Dear List, I have Korn shell Script that show the date of execution. echo "`date` - Start shutdown of oracle DB." Could any body tell me how to display this char ` the quotation for date. I mean which key I have to press in Unix to get this quotation character. I'm working w