LINUX_source
Be careful! ./ and source are not quite the same.
./scriptruns the script as an executable file, launching a new shell to run itsource scriptreads and executes commands from filename in the current shellenvironment
Note: ./script is not . script, but . script == source script
help doesn't work everywhere (atleast in zsh). type does
help {builtin-name}
浙公网安备 33010602011771号