Answers for "source command"

1

source command

source is a bash shell built-in command that executes the content of the file 
passed as argument, in the current shell.     
# . script == source script
Posted by: Guest on November-01-2020

Code answers related to "source command"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language