parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how to do this in parallel


From: Mag Gam
Subject: how to do this in parallel
Date: Sat, 23 Apr 2011 16:43:48 -0400

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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]