Distributed shell: runs a command through rsh or ssh on a cluster of machines.
Dsh executes a command remotely on several different machines at the same time. A utility to effectively do the equivalent of "for a in $(seq 1 10); do rsh $a command; done" in Bourne shell.
Dsh executes a command remotely on several different machines at the same time. A utility to effectively do the equivalent of "for a in $(seq 1 10); do rsh $a command; done" in Bourne shell.
To install dsh, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dsh
To see what files were installed by dsh, run:
port contents dsh
To later upgrade dsh, run:
sudo port selfupdate && sudo port upgrade dsh
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.