Tag:Execute commands in parallel
-
Shell script realizes code sharing of multiple remote hosts executing commands at the same time
Meet the needs When operating on a single machine, we will log in to the machine in the way of “SSH IP”. We can write such a tool vssh IP1, IP2 IPN is used to simulate logging in to n servers. After logging in, all operations are equivalent to taking effect on N servers at […]