Re: Displaying output of shell script

2017-11-07 Thread Joe Sapp
Hi Arun, Have you read https://www.gnu.org/software/parallel/parallel_tutorial.html#Saving-output-into-files ? I'm not sure how you would collect one of those file handles (e.g., stderr) onto one terminal for monitoring, but maybe moreutils' `sponge` program would help. You might also want to t

Re: Displaying output of shell script

2017-11-07 Thread Arun Vimalathithen
Hi, I am already outputting to a file (which I omitted in the pseudo code) which is working ok. The EXIT_VALUE is there as an accumulation of all HTTP calls so that the end of the job a user can investigate if there is a failure. This job is run as a deployment task in Bamboo and could take some

GNU Parallel in GNU Guix

2017-11-07 Thread Eric Bavier
Hello, I noticed there is a list of "official packages" on the GNU Parallel homepage at http://www.gnu.org/s/parallel. I just wanted to note that GNU Guix (http://www.gnu.org/s/guix) has had a GNU Parallel package for quite some time and could probably be included in that list. See https://www.g