Replacement for source in sh
The dot command ‘.‘ is the equivalent of the C Shell (and Bash) source command. It is specified by POSIX (see dot), and supported by the Bourne and Korn shells (and zsh, I believe). . somefile Note that the shell looks for the file using $PATH, but the file only has to be readable, not … Read more