parallel
[Top][All Lists]
Advanced

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

starting to use gnu parallel


From: Martin Etcheverry
Subject: starting to use gnu parallel
Date: Fri, 15 Dec 2017 12:19:03 -0300



I am pretty noob with gnu parallel, maybe someone can give me a hint.            

i have this script:

#!/bin/bash
exec sec --conf=/etc/sec/sec.conf --notail --input=- --log=/var/log/sec.log --debug=6
exec sec --conf=/etc/sec/sec2.conf --notail --input=- --log=/var/log/sec2.log --debug=6

to run the two lines in parallel i supouse that will be like that?:
parallel  sec ::: --conf=/etc/sec/sec.conf --notail --input=- --log=/var/log/sec.log --debug=6 :::  --conf=/etc/sec/sec2.conf --notail --input=- --log=/var/log/sec2.log --debug=6


any hint will be very apreciated
                                      Martin


reply via email to

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