The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 09-28-2006
vgirijanaidu vgirijanaidu is offline
Registered User
  
 

Join Date: Sep 2006
Posts: 2
what does the $$ do?

Could anyone please help me out with understanding what thhe following bit does:

A = ${B}.{C}.$$

and later on in the script

java abc ${A}

WHat does A equal to?

Thanks so much
V