shell 输出文件内容 cat $filepath | while read line; do echo $line ; done#!/bin/bash#filepath=/opt/jenkins_home/workspace/dev-demo-haha/target/classes/application.ymlfilepath=$1if [ -f $filepath ]; then ... shell 2023-12-14 48 点赞 0 评论 72 浏览