shell脚本之for循环列出根目录的文件 linux #!/bin/bash for file in `ls /` do echo $file done linux shell 如果发现下载不了或者地址失效,请联系客服QQ: 2323178881找资料 » shell脚本之for循环列出根目录的文件