A common idiom is to capture the output of a command in a variable: > set os (uname) > echo $os Linux. Command substitutions are not expanded within quotes.
確定! 回上一頁