摘要:
cat $filepath | while read line; do echo $line ; done #!/bin/bash #filepath=/opt/jenkins_home/workspace/dev-demo-haha/target/classes/application.yml filepath=$1 if [ -f $filepath ]; then echo -e... 阅读全文
posted @ 2017-09-29 11:38
旋转的梦
阅读(3126)
评论(0)
推荐(0)