Re: Multiple Inputs xml files and multiple xsl files to

2015-02-13 Thread Ole Tange
On Thu, Feb 12, 2015 at 6:05 PM, Alex Muir wrote: > I would like to create a GNU parallel command that takes multiple xml files > and multiple xsl files and runs each xsl on each xml file. Did you go through the tutorial: man parallel_tutorial > In the past I have created the following which

Re: Multiple Inputs xml files and multiple xsl files to

2015-02-13 Thread Alex Muir
On Fri, Feb 13, 2015 at 7:02 PM, Ole Tange wrote: > You simply add a : > > parallel echo file1 file2 > > I do not know Calabash, but your are probably looking for something > along the lines of: > > PARALLEL="-j+$NumberExtraJobsPerServer --bar --sshlogin $servers > --timeout $timeout

RE: Multiple Inputs xml files and multiple xsl files to

2015-02-13 Thread Cook, Malcolm
Alex, You have a lot of detail you are specifying that is cluttering up your understanding of parallel. Perhaps the following mini-tutorial will build up the concepts it sounds like you want to use. # create 2 empty xml files and 3 empty xlst files $ touch f{1..2}.xml $ touch f{1..3}.xlst # l