csshi
csshi copied to clipboard
Read hostnames from file
This tool would be perfect if it could read hostnames from a file, in addition to taking a list at the command line.
Something like a -file or -hosts argument.
Hi
Had thought about adding a host file option, but it's just extra code when xargs is always available on MacOS: $ xargs csshi < hosts.txt
Or do you have a use case that makes xargs unusable?