|
how to add date to filename
Hi ! Linux user,
I am working on my tar archieve to create the table of content of tape drive. My command is as follow:
tar -tvf /dev/nst0 > mondaytape
The above is working fine. But I need to add a date so the file name 'mondaytape' will add the current date. So it become 'mondaytape-03July2003'
how can I do that. Appreciate if you can help.
regards,
x2000koh
|