编写一个脚本test.sh,实现屏幕输出打印helloworld的功能,写出主要操作步骤
举一反三
- 已编写了一个脚本test.sh,写出运行该脚本的步骤(先修改权限)
- 下面哪种方式运行./test.sh脚本时,不需要脚本内的第一行指定解释器信息 A: ./test.sh B: /bin/sh ./test.sh C: bin ./test.sh D: cd ./test.sh
- 老师用vi编辑器写了一个脚本文件test.txt,若要将文件名修改为test.sh,可使用下列哪个命令来实现? A: cp test.txt test.sh B: mv test.txt test.sh C: ls test.txttest.sh D: cat test.txt >;test.sh
- 【简答题】请编写一个helloworld程序,要求如下: 输出: helloworld40 0
- 调试脚本时,需要用到的命令是( )。 A: sh B: do sh C: shell D: test