peopleperson88
Technical User
I was working on a Solaris machine with a associate of mine and we came across an interesting feature. We were attempting to run a script and I accidently typed a "." in front of the script. It did something funky but I'm not sure what. Then I did some further research and found these three way to execute a script.
The script is called propogate.ksh. and these are the three methods that I used to execute them.
$ ksh propogate.ksh
$ . propogate.ksh
$ propogate.ksh
My question is....what are the differences between these three methods?
Thanks for any help. This is troubling my mind and I can't find any research on it.
Thanks
The script is called propogate.ksh. and these are the three methods that I used to execute them.
$ ksh propogate.ksh
$ . propogate.ksh
$ propogate.ksh
My question is....what are the differences between these three methods?
Thanks for any help. This is troubling my mind and I can't find any research on it.
Thanks