Unlike other shells, fish has an ordinary command to set variables: set , which takes a variable name, and then its value. > set name 'Mister Noodle' > echo ...
確定! 回上一頁