On Thu, 2003-07-17 at 11:54, Chris Mawdsley wrote:
> I am trying to cp a file to another name including the date in the new
> filename :
> cp filename filename(with date).
> 
> any one got any ideas.

$ date=`eval date +%d-%B-%Y`; cp filename filename-$date

-- 
=====================================================================
D. D. Brierton            [EMAIL PROTECTED]          www.dzr-web.com
       Trying is the first step towards failure (Homer Simpson)
=====================================================================

_______________________________________________
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution

Reply via email to