parallel, splitting input files and starting

2017-01-02 Thread Christian Meesters
Hi and a happy new year to everyone reading this list, Well, I would like to call a program with "parallel" where each instance of the program takes a certain chunk of the work of two input files. One condition is that the input files or the created chunks need to have a multiple of 4 lines (e

Re: parallel, splitting input files and starting

2017-01-02 Thread Ole Tange
On Mon, Jan 2, 2017 at 3:27 PM, Christian Meesters wrote: > Hi and a happy new year to everyone reading this list, : > I hope I was understandable. You need to walk through the tutorial: man parallel_tutorial It will either answer or at the very least qualify your questions. So please walk