var.sh #!/bin/sh. MY_MESSAGE="Hello World" echo $MY_MESSAGE ... We can interactively set variable names using the read command; the following script asks ...
確定! 回上一頁