[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Timestamp on filename?
- Subject: [cobalt-users] Timestamp on filename?
- From: René Mølsted <molsted@xxxxxxxxxxxx>
- Date: Thu May 29 00:57:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Is it possible to add a timestamp to the file name?
I have a cron job making a sqldump like this:
mysqldump -uxxxxxx -pxxxxx --opt db > /home/dbbackups/sqldump.sql
I would like to have the file named like this »sqldump_TIMESTAMP.sql«
René Mølsted