export is a Bash builtin, echo is an executable in your $PATH . So export is interpreted by Bash as is, without spawning a new process.
確定! 回上一頁