1
摘要: 1. xcall.sh 查看状态 的命令: xcall.sh jps 1 #! /bin/bash 2 3 for i in hadoop102 hadoop103 hadoop104 4 do 5 echo $i 6 ssh $i "$*" 7 done#!/bin/bashparams=$@fo 阅读全文
posted @ 2020-06-22 20:01 萌哥-爱学习 阅读(336) 评论(0) 推荐(0) 编辑