|
Excellent !! Thanks,
Small question,
In the statement, what does %/* infer to,
$echo ${var%/*}
I have come across
${var-nvar} if var unassigned return nvar, ${var+nvar}, if var assigned returned nvar. But could you tell me the signifcance of %/* pls ?,
Thanks
Last edited by braindrain; 10-02-2006 at 05:29 AM..
|