![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
. $VIEW_LOAD_SCRIPT_HOME/Set_Env_Variables.sh
Hi Unix gurus,
I am very new to unix shell scripting.. I need Meaning of this . $VIEW_LOAD_SCRIPT_HOME/Set_Env_Variables.sh IN the Above i know we are executing set_Env_variables.sh script is there any difference Using DOT . at first Before $VIEW_LOAD_SCRIPT_HOME |
|
||||
|
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 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|