Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: UNIX script

RE: UNIX script

From: Mercadante, Thomas F <thomas.mercadante_at_labor.state.ny.us>
Date: Tue, 29 Mar 2005 07:54:15 -0500
Message-ID: <C9995D8C5E0DDA4A8FF9D68EE666CE0704AC03BB@exchsen0a1ma>


Jafar,

Try this:

DATETIME="`date '+%Y%m%d'`_`date '+%H%M%S'`" FILENAME=xyz_${DATETIME}
ls -ltr > $FILENAME

Tom

-----Original Message-----

From: The Human Fly [mailto:sjaffarhussain_at_gmail.com] Sent: Tuesday, March 29, 2005 7:45 AM
To: oracle-l_at_freelists.org
Subject: UNIX script

Hello list,

Sorry, its slightly off-topic, UNIX related.

My requirement is whenever I divert my output to a file, that should contains filename along with the data and time.

For example,

ls -ltr > xyz

and next time when I do the same, it should ot overwite to the file, instead create the file with date and time along with it.

--

Best Regards,
Jaffar, OCP DBA
Banque Saudi Fransi
Saudi Arabia




"It is your atittude, not your aptitude that determins your altitude."
--

http://www.freelists.org/webpage/oracle-l
--

http://www.freelists.org/webpage/oracle-l Received on Tue Mar 29 2005 - 07:57:59 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US