摘要: #!/bin/shFILE_PATH=“xxx” xxx:路径cd $FILE_PATHfor FILE in `ls` do echo $FILE done 阅读全文
posted @ 2015-06-16 14:33 细胞在生 阅读(3881) 评论(0) 推荐(0) 编辑