What Does Source Do In Linux : Script Execution In Current Shell
Running commands from a file in the current shell session is the role of the source command in Linux. If you have ever wondered what does source do in linux, this article breaks it down simply. You use source to execute a script without launching a new subshell. It is a built-in command in Bash … Read more