That's because the command substitution, $() , spawns a subshell and the command inside runs in that subshell. So any modifications made to ...
確定! 回上一頁