题目详情
填空题 完善程序,实现函数调用. #!/bin/bash testfile( ) #函数定义 {if [ -d $1 ] then echo "$1 is a directory!" else echo "$1 is not a directory!" fi return } (1) #函数调用
学科:Linux操作系统2023
时间:2023-06-20 10:34:17
相关题目
相关作业