执行下面的Shell脚本,输出结果为()

执行下面的Shell脚本,输出结果为()

;! /bin/bash

name=hello

echo $name

A.$hello

B.hello

C.name

D.$name

正确答案:hello

猜你喜欢