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 -->
  #2 (permalink)  
Old 02-03-2007
aju_kup aju_kup is offline
Registered User
  
 

Join Date: Jul 2006
Posts: 189
Yes it makes difference using .<space> scriptname.

when you run the it usually open the sub shell and build up own env but when you run script the using .<spase> it gets executed in current shell itself and whatever var set within shell script those will be avaiable to main shell