Here is a quick example of using the ${variable} syntax in a Bash script: name="John" echo "Hello, ${name}!" This will output: Hello, John!
確定! 回上一頁