吹静静

欢迎QQ交流:592590682

摘要: 遍历文件夹中所有文件,获取文件名,并对指定文件做相应操作 #!/bin/bash dir=$(ls -l /usr/ |awk '/^d/ {print $NF}') for file in $dir do if [[ $(echo $file | grep "AQSS") != "" ]] the 阅读全文
posted @ 2020-07-21 16:57 吹静静 阅读(5679) 评论(0) 推荐(0) 编辑