From 16d221d32103d44c47b0adec451a34363b6a4026 Mon Sep 17 00:00:00 2001 From: Ole Tange Date: Fri, 5 Apr 2024 00:04:31 +0200 Subject: [PATCH] parallel_alternatives: Spread updated. --- src/parallel_alternatives.pod | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/src/parallel_alternatives.pod b/src/parallel_alternatives.pod index f878e084..3e0ce31c 100644 --- a/src/parallel_alternatives.pod +++ b/src/parallel_alternatives.pod @@ -1661,7 +1661,23 @@ https://github.com/gdm85/coshell =head2 DIFFERENCES BETWEEN spread AND GNU Parallel -B runs commands on all directories. +=over + +=item - - - I4 - - I7 + +=item M1 - - - - - + +=item O1 O2 O3 O4 O5 O6 - O8 - O10 + +=item - - - - - - - + +=item - - - - - - - - - + +=item - - + +=back + +B runs commands on all directories. It does not run jobs in parallel. It can be emulated with GNU B using this Bash function: @@ -1672,9 +1688,8 @@ It can be emulated with GNU B using this Bash function: parallel $(_cmds "$@")'|| echo exit status $?' ::: */ } -This works except for the B<--exclude> option. - -(Last checked: 2017-11) +https://github.com/tfogo/spread +(Last checked: 2024-04) =head2 DIFFERENCES BETWEEN pyargs AND GNU Parallel