Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: UNIX script
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
![]() |
![]() |