当前位置:网站首页>shell跑数命令
shell跑数命令
2022-07-19 16:39:00 【扬州的你】
ip=""
port="1521"
database="dwdb"
username="bi_zqdw"
password="Zqdw#2021"
set -x
for file in ~/etl_app/fa45/script/ld/boi/*.sh
do
if test -f $file;then
# arr=(${arr[*]} $file)
command="$file $ip $port $database $username $password"
# echo "$command"
sh $command
fi
done
边栏推荐
- Database persistence +jdbc database connection
- 面试官:Redis&MySQL的三种缓存更新策略是怎样的?
- Pycharm Debug错误“Process finished with exit code -1073741819 (0xC0000005)”解决方案
- TRMM降水数据下载步骤
- 用户名枚举漏洞怎么解决
- Draw scatter density diagram with MATLAB
- 多线程FTP项目(4)—— Mysql数据库 + FTP
- Geoscience academic resources III (zoning data)
- Matlab实现热带气旋不同风期的风速转换
- ArcGIS/ArcPy将浮点类栅格转为整型栅格
猜你喜欢
Fill polygon with MATLAB
[software testing] what kind of resume can HR like at a glance
Remember to crawl the search engine thumbnail once and save it locally
ArcGIS导出地图后部分图例不显示
为什么测试员和测试工程师的薪酬差距那么大?三分钟你全明白了
Thinkphp6百万级xlsx表格导入数据库的实现方案
Pychart debug error "process finished with exit code -1073741819 (0xc0000005)" solution
测试岗成功有没有捷径,我告诉你,唯一的捷径就是不走弯路
tp5.1 foreach在控制器记录中新增加一个字段,其它字段不变也不用重新全部写一遍 (不在模板中操作)(分页)
MATLAB绘制环形比例图
随机推荐
Matlab regression analysis obtains the coefficient, P value and R2 of predictive variables (only one line of code)
精挑细选的100道软测高频面试题,面试前你肯定用得上
Matlab填充多边形
如何选择开源的自动化测试框架?这9款开源工具你一定要知道
How to solve the user name enumeration vulnerability
Cut rope
Solution of webdriver click login failure
Geoscience Academic Resources II
软件测试岗——面试时三大灵魂拷问,你受得住吗?
Open source testing framework final review
You can definitely use the carefully selected 100 soft test high-frequency interview questions before the interview
Drawing circular scale map with MATLAB
ExpandableListView嵌套Gridview显示不全的问题
Arcgis/arcpy convert floating-point grid to integer grid
Implementation scheme of importing thinkphp6 million xlsx tables into the database
Force deduction solution summary 731- my schedule II
Quickly extract tables from PDF files
Draw 95% confidence interval diagram with MATLAB
动态内存管理
There are 13 steps to install pychart, isn't it? (super detailed tutorial)