Articles about gnuparallel | UserComp.com

Using GNU parallel with --pipe: Process One Line at a Time
Using GNU parallel with --pipe: Process One Line at a Time

In this tech support article, we'll explain how to use GNU parallel with the --pipe option to process one line at a time. If you're encountering unexpected behavior when trying to read standard input lines with this setup, follow the steps below to troubleshoot and achieve the desired results.

Read More
Transfering Files to Remote Hosts Using Parallel SSH with GnuParallel
Transfering Files to Remote Hosts Using Parallel SSH with GnuParallel

Learn how to transfer files to multiple remote hosts using Parallel SSH with GnuParallel. This article covers installing GnuParallel, writing scripts for polling a large number of remote hosts, and running get commands in parallel.

Read More