Page MenuHomeSolus

Update to 20170522
ClosedPublic

Authored by mmeinert on Jun 5 2017, 10:04 AM.
Tags
None
Referenced Files
F11006614: D336.id705.diff
Tue, Aug 1, 4:14 PM
F10809470: D336.id705.diff
May 30 2023, 1:38 PM
F10809469: D336.id690.diff
May 30 2023, 1:38 PM
F10809468: D336.id.diff
May 30 2023, 1:38 PM
F10805080: D336.diff
May 29 2023, 6:43 PM
F10723989: D336.id.diff
May 7 2023, 11:03 AM
Subscribers
None

Details

Summary
  • --timeout can now use s=second,m=minute,h=hour,d=day.
  • --dr is now an alias for --dry-run.
  • --halt supports done in addition to success and fail.
  • parset will set variables in parallel in Bash.
  • Perl 5.6 on Irix is no longer supported.
  • --rpl can now take arguments by adding '(regexp)' in the replacement string.
  • env_parallel now supports /bin/sh, ash, dash.
  • --tee will pipe all data to all jobs. Used with --pipe/--pipepart and :::. Small example: seq 3333 | parallel --pipe --tee --tag 'grep {} | wc -l' ::: {0..9}
  • If --results {replstr} ends in /: save in dir. Otherwise save as file. Example: parallel --results {} echo {} ::: a b c
Test Plan
parallel sleep {}\; echo {} ::: 5 2 1 4 3

worked as exepted

Diff Detail

Repository
R2300 parallel
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jun 6 2017, 2:00 PM
This revision was automatically updated to reflect the committed changes.