Date: Sun, 5 Mar 2000 12:59:51 -0500 From: courtney@whtz.com To: mark@ukug.uk.freebsd.org Cc: questions@FREEBSD.ORG Subject: Re: using date for file names Message-ID: <85256899.0062DDEE.00@mail.whtz.com>
next in thread | raw e-mail | index | archive | help
when I do mv original.txt `date +%m%d%y`.doc i get a file that is named "date +%d%m%y.doc" any ideas?? Bern > % mv original.txt `date +%d%m%y`.doc > ...or, % mv original.txt `date +%m%d%y`.doc in your case ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?85256899.0062DDEE.00>