|
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
|