题目详情
填空题 完善以下程序,实现判断当前目录下是否存在某文件的功能. #!/bin/bash echo "Enter a file name:" read file if (1) then echo "File $file exists." fi
学科:Linux操作系统2023
时间:2023-06-20 10:34:17
相关题目
相关作业