问题详情
在一个bash shell脚本的第一行上应加入下面所示中的哪一条语句。()
A. #/bin/csh
B. #/bin/bash
C. /bin/bash
D. #!/bin/bash
请帮忙给出正确答案和分析,谢谢!