摘要: #!bin/bash read -p "请输入目录" Dir echo $Dir cd /$Dir for file in $(ls *) do echo $file done 阅读全文
posted @ 2020-10-09 14:28 hulian425 阅读(484) 评论(0) 推荐(0) 编辑