Difference between “. myscript” and “./myscript”
I am confused by “one only dot – space – shell script name” (like . myshellscript) and “path to shell script” (like ./myshellscript) commands. What for they are? I noticed the command . myshellscript executes shell script even with -rw-rw-r–. But ./myshellscript doesn’t. So I am confused. Answers: Thank you for visiting the Q&A section … Read more