2024-08-02
while read line; //循环文本每行数据 do echo "$line" //动态生成环境变量 done < config //读取文件路径 echo $port //如果在config有port=2222,则将端口号打印出来