Hi All:<br>I&#39;m a bit rusty at scripting. I&#39;ve only done a little in the past. What I am trying to do is create a file name with the date as part of the name. Such as tnt082507.pdf (tnt&#39;mmddyy&#39;.pdf). I did this about 20 years ago in MS-DOS. I&#39;m planning to setup a cron job to retrieve a file from the web using wget. The file always has the same name and I don&#39;t want to overwrite the previous days file. I&#39;d like to save them in a dated filename with a mv command in a specified directory. How can I concatenate the system date as specified to create unique filenames for each days file?
<br>Thank you.<br>Bob<br>