-
Hello there,
Thank you for creating and maintaining this amazing tool. The latest version of deepsomatic looks awesome!
I have been testing the latest docker image of deepsomatic (docker://google/de…
-
-
I've never been an `xargs` user, it confuses me, but here's an example of doing an `rsync` with `xargs` insead of `parallel`, just documenting this here for reference (h/t @dsroberts).
The following …
-
Hello,
How can I install GNU parallel on LINUX for the GMTSAR intf_tops_parallel.csh command? The Mac-compatible command is _sudo port install parallel_. An attempt has been made to install the par…
-
https://en.wikipedia.org/wiki/GNU_parallel might work better than the for loop, with potentially increased performance due to parallelization of the task.
-
Situation: `grep` subdirectories recursively, but parallelly.
-
would be nice to run multiple digs at once, to the capacity of the server. the loop for the blacklist would need to be functionized and then passed to either parallel or xargs
ch604 updated
4 years ago
-
Different code, same name.
Need to parse a version string?
-
I'm attempting to get this exploit working on MacOS Catalina, but I'm running into the issue of not having GNU Parallel. I was wondering what changes I could make to the brute.sh script, or if there's…
ghost updated
3 years ago
-
Love the look of the library.
Looking to replace GNU-parallel with this, but seems like `--ungroup` isn't an option.
In my case, I *do* want output interleaving as I'm running "infinite" process…