On 1/16/07, John Meyer <[EMAIL PROTECTED]> wrote:
I've started with the following script:

myfilename = $(date +%m%d%y) + ".tar.gz"
echo $myfilename

try:

myfilename=$(date +%m%d%y)".tar.gz"
echo $myfilename
# Note : no space before or after the =
# Note : no '+' sign

Regards
Marius
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to