I have 2 files and I want to do something like this with parallel. fileA /var/log/httpd.log /var/log/mapd.log /var/log/mysqld.log /var/log/postgresql.log
fileB host1 host2 host3 host4 I would like to run, 'md5sum' with `cat fileA` on all these hosts `cat fileB`. Any ideas?
