in reply to df -h script to 10 servers and append the printout into one file
perl -e 'system(qq(ssh $_ "hostname && df -h")) for @ARGV' host1 host2 + host3 ... [download]