What does the command 'source' do?
问题 I would like to know what does the command source do. I have tried: whatis $ whatis source source: nothing appropriate. man $ man source No manual entry for source source (-h, --help, etc...) $ source source: not enough arguments But it seems no documentation about it. I commonly use it to save any changed on my dotfiles, but what does it exactly do? Why there is not documentation about it? 回答1: source is a bash shell built-in command that executes the content of the file passed as an