题目详情
填空题 阅读以下程序,回答问题. #!/bin/bash count=0 for i in * do if test -x $i then count=`expr $count + 1` fi done echo Total of $count files executable 第(5)行语句作用是____________.该脚本程序的功能是____________
学科:Linux操作系统2023
时间:2023-06-20 10:34:17
相关题目
相关作业