Need to run a command on multiple servers simultaneously? alias dsh="cat ~/nodes.txt | xargs -P0 -I NODE ssh NODE -C"
1
2
9
0
0
@bashtips Ok, but how far does the parallelise? what is the limit?