The UNIX and Linux Forums  

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 01-02-2009
yoursdavinder yoursdavinder is offline
Registered User
  
 

Join Date: Jan 2009
Posts: 21
Dynamically locating a file

Hi,
I have a requriement where in I need to install a s/w by executing the installable file through a script. The script currently contains the path of the installable file. I need to now update the script accordingly such tht it identifies the location of the installable file automatically and executes it.... I need to make the script path independent...

Can anyone pls help with regard to this.....

Thanks....