摘要:
#!/bin/sh declare -A myMap myMap["test.ts"]="yw_0001.ts" //需要改名的map function getfile(){ echo $1 for file in $1/* do if test -f $file then echo $file a 阅读全文
posted @ 2020-06-29 15:37
julian_chang
阅读(211)
评论(0)
推荐(0)