shell传参并将参数传递给sql文件

前端之家收集整理的这篇文章主要介绍了shell传参并将参数传递给sql文件前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

调用代码sh /tmp/t.sh 20160808


echo $1  
cat /tmp/t.sql | sed '$s/ssssss/'$1'/g' |   MysqL -t -u loader -ploader.1 -h 10.18.141.53 dxsvr  
echo "MysqL done"  
原文链接:https://www.f2er.com/bash/392004.html

猜你在找的Bash相关文章