摘要: #!/bin/bash# 定义一个数组来存储提取的数字numbers=()# 遍历当前目录下的所有.sql文件path="/database/mysql/dml/hello/module/1.3.0"file_array=( $(find "$path" -follow -type f -name 阅读全文
posted @ 2025-04-12 12:43 牧之丨 阅读(25) 评论(0) 推荐(0)