Why does
echo /l3dat/${Serial_Nuumber}.tar.gzgive me /l3dat/ TLO00003.tar.gzIn other words, why is it putting an etra space in there (after the second /) and how can I get rid of it?
And yes, there is no space there. I checked by using
Serial_Number=${Serial_Number##" "}
and the variable prints the same before and after.
Thanx in advance for any help.
Anil Gupte
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

