20231022

New in this release:

* Bug fixes and man page updates.

News about GNU Parallel:

* Resume long parallel jobs
  https://ginolhac.github.io/posts/2023-10-02_resume-parallel/index.html

* Efficiency and Speed with GNU Parallel
  https://dev.to/0xog_pg/efficiency-and-speed-with-gnu-parallel-loo


20230922

New in this release:

* Bug fixes and man page updates.

News about GNU Parallel:

* This CLI Tool is AMAZING | Prime Reacts
  https://www.youtube.com/watch?v=ry49BZA-tgg

* New Data Engineering Stack - GNU parallel
  https://www.linkedin.com/feed/update/urn:li:activity:7100509073149743104?updateEntityUrn=urn%3Ali%3Afs_feedUpdate%3A%28V2%2Curn%3Ali%3Aactivity%3A7100509073149743104%29


20230822

New in this release:

* Bug fixes and man page updates.

News about GNU Parallel:

* GNU Parallel, where have you been all my life?
  https://alexplescan.com/posts/2023/08/20/gnu-parallel/

* Parallel (multithreaded) music download from Youtube
  https://hrna.moe/?p=parallel-multithread-music-download


20230722

New in this release:

* Time functions (e.g. yyyymmdd($secs) ) can now take secs since epoch as argument.

* Bug fixes and man page updates.


20230622

New in this release:

* Bug fixes and man page updates.

News about GNU Parallel:

* Run faster in the terminal with Gnu Parallel https://www.youtube.com/watch?v=fSYVYsKXWP0

* Building an (Evil) Android Phone Bot Army http://blog.faucher.net/2023/05/building-evil-android-phone-bot-army.html


20230522

New in this release:

* Bug fixes and man page updates.

News about GNU Parallel:

* Introduction to parallel computing https://youtu.be/fvrHXV8yqU4?t=2874

* Script for summarizing GNU parallel joblog file https://github.com/gavinmdouglas/parallel_joblog_summary

* How to copy a single file to multiple directories in Linux or Unix https://www.cyberciti.biz/faq/linux-unix-copy-a-file-to-multiple-directories-using-cp-command/

* Search in your Jupyter notebooks from the CLI, fast. https://dev.to/attilavm/search-in-your-jupyter-notebooks-from-the-cli-fast-1408

* Parallel Job Orchestration with GNU Parallel https://www.youtube.com/watch?v=2tVpUfND3LI

* Optional Individual Submission 4 Job Handling 20266001 - GNU Parallel https://www.youtube.com/watch?v=eC_RPuFCcU8

* DOE Cross-facility Workflows Training - April 12, 2023 https://www.youtube.com/watch?v=Ke3sirM-aQQ

* How to run MiXCR 4.x on multiple patient samples using GNU Parallel https://www.youtube.com/watch?v=OXg-WHlB_dk


20230422

New in this release:

* --jobs evaluates expression: +3*log(55)% = ncpu*1.12

* Bug fixes and man page updates.

News about GNU Parallel:

* Running shell script in parallel
  https://w3toppers.com/running-shell-script-in-parallel/

* Simulating climate risk scenarios for the Amazon Rainforest
  https://aws.amazon.com/blogs/hpc/simulating-climate-risk-scenarios-for-the-amazon-rainforest/

* How To Use Your Entire CPU In Bash With Parallel
  https://bash-prompt.net/guides/parallell-bash/

* Bash - parallel command execution
  https://medium.com/linuxstories/bash-parallel-command-execution-d4bd7c7cc1d6

* 3 tips for faster batch post-pro
  https://www.cfdengine.com/newsletter/142/


20230322

New in this release:

* Better support for wide characters in --latest-line.

* Support for rsync 3.2.7.

* Bug fixes and man page updates.


20230222

New in this release:

* parsort: --parallel now does closer to what you expect.

* parallel: --files0 is --files but \0 separated.

* Bug fixes and man page updates.

News about GNU Parallel:

* 5 great Perl scripts to keep in your sysadmin toolbox
  https://www.redhat.com/sysadmin/perl-scripts


20230122

New in this release:

* Bug fixes and man page updates.

News about GNU Parallel:

* The Best Ethical Hacking Tools of 2023 (and their basic usage)
  https://www.purevpn.com/blog/the-best-hacking-tools-of-2023/#11_GNU_Parallel

* GNU Parallel: criando atividades em paralelo com shell script
  https://www.vivaolinux.com.br/artigo/GNU-Parallel-criando-atividades-em-paralelo-com-shell-script/


20221222

New in this release:

* --results works on more file systems (e.g. fat)

* Joblog gives the same exit code as bash.

News about GNU Parallel:

* Programação Shell Linux: Paralelismo de processos com GNU parallel
  https://www.youtube.com/watch?v=duheTWLIrp8

* Talk Python: Data Science from the Command Line
  https://talkpython.fm/episodes/show/392/data-science-from-the-command-line


20221122

New in this release:

* Support for IPv6 adresses and _ in hostnames in --sshlogin.

* Use --total-jobs for --eta/--bar if generating jobs is slow.

* A lot of bugs fixed in --latest-line.

* Better support for MSYS2.

* Better Text::CSV error messages.

* --bar supports UTF8.

* Bug fixes and man page updates.

News about GNU Parallel:

* GNU Parallel is now on Mastodon: @GNU_Parallel@hostux.social


20221022

New in this release:

* --latest-line chops line length at terminal width.

* Determine max command length faster on Microsoft Windows.

News about GNU Parallel:

* Distributed Task Processing with GNU Parallel
  https://www.youtube.com/watch?v=usbMLggdMgc

* GNU Parallel workflow for many small, independent runs
  https://docs.csc.fi/support/tutorials/many/

* Copy a File To Multiple Directories With A Single Command on Linux
  https://www.linuxfordevices.com/tutorials/linux/copy-file-to-multiple-directories-with-one-command

* Behind The Scenes: The Power Of Simple Command Line Tools At Cloud
  Scale
  https://blog.gdeltproject.org/behind-the-scenes-the-power-of-simple-command-line-tools-at-cloud-scale/

* Run lz4 compression in parallel using GNU parallel
  https://www.openguru.com/2022/09/

* Xargs / Parallel With Code Examples
  https://www.folkstalk.com/2022/09/xargs-parallel-with-code-examples.html

* Parallel processing on a single node with GNU Parallel
  https://www3.cs.stonybrook.edu/~cse416/Section01/Slides/SeaWulfIntro_CSE416_09222022.pdf

* Using GNU parallel painlessly -- from basics to bioinformatics job
  orchestration https://www.youtube.com/watch?v=qypUdm-IE9c


20220922

New in this release:

* --colour-failed only changes output for failing jobs.

* Password for --sshlogin can be put in $SSHPASS.

* Examples are moved from `man parallel` to `man parallel_examples`.

* Bug fixes and man page updates.

News about GNU Parallel:

* WOMM - Works On My Machine uses GNU Parallel https://pypi.org/project/womm/


20220822

New in this release:

* --header 0 allows using {filename} as replacement string

* Bug fixes and man page updates.


20220722

New in this release:

* --colour-failed will color output red if the job fails.

* sql: support for InfluxDB.

* Polarhome.com is dead, so these OSs are no longer supported: AIX
  HPUX IRIX Minix OPENSTEP OpenIndiana OpenServer QNX Solaris Syllable
  Tru64 Ultrix UnixWare.

* Bug fixes and man page updates.


20220622

New in this release:

* , can be used in --sshlogin if quoted as \, or ,,

* --plus {/#regexp/str} replace ^regexp with str.

* --plus {/%regexp/str} replace regexp$ with str.

* --plus {//regexp/str} replace every regexp with str.

* 'make install' installs bash+zsh completion files.

* Bug fixes and man page updates.


20220522

New in this release:

* --latest-line shows only the latest line of running jobs.

* --color colors output in different colors per job (this obsoletes --ctag).

* xargs compatibility: --process-slot-var foo sets $foo to jobslot-1.

* xargs compatibility: --open-tty opens the terminal on stdin (standard input).

* Bug fixes and man page updates.

News about GNU Parallel:

* Building a fault-tolerant work queue for command-line executions
  with GNU Parallel https://www.jvt.me/posts/2022/04/28/shell-queue/

* Make your code do more, with less
  https://www.blopig.com/blog/2022/05/make-your-code-do-more-with-less/

* W09 B IntroHPC II 20220513 gnu parallel
  https://www.youtube.com/watch?v=2udvC90rIa4


20220422

New in this release:

* sash is no longer supported as shell.

* --retries 0 is an alias for --retries 2147483647.

* --shell-completion returns shell completion code.

* --ssh-login-file reloads every second.

* --parset is replaced with --_parset because it is only used internally.

* sem --pipe passes STDIN (standard input) to the command.

* Bug fixes and man page updates.


20220322

New in this release:

* --sshlogin user:password@host is now supported by using sshpass.

* Bug fixes and man page updates.

News about GNU Parallel:

* Bash: GNU Parallel with Curl
  https://gist.github.com/CMCDragonkai/5914e02df62137e47f32?permalink_comment_id=2617456

* The Pipe Operator Explained
  https://medium.com/geekculture/the-pipe-operator-explained-cbd41e23775a


20220222

New in this release:

* Encoding of remote commands has changed. This limits the length of
  remote commands to less than half. It also requires $REMOTE_TMPDIR
  to be writable. It makes this release beta quality.

* Time functions hh_mm_ss() hhmmss() hh_mm() hhmm() are now available
  for {= =}.

* Many options in the man page for parallel now has 'see also' for
  related options.

* parallel_options_map.pdf is a map showing which options other
  options relate to.

* {uniq} added to --plus to only run jobs with unique values.

* sem --fg exits with the exit code of the job.

* Bug fixes and man page updates.


20220122

New in this release:

* GNU Parallel turned 20 on the 2022-01-06
  https://www.gnu.org/software/parallel/20th-birthday.html

* Bug fixes and man page updates.

News about GNU Parallel:

* Save Time with Modern Search Techniques
  https://www.eventbrite.com/e/ohio-information-security-forum-january-2022-monthly-meeting-tickets-240632737997

* Bash "Fail immediately if any fails"
  https://morioh.com/p/a01b883dc57c

* Re-encoding the EmacsConf videos with FFmpeg and GNU Parallel
  https://sachachua.com/blog/2021/12/re-encoding-the-emacsconf-videos-with-ffmpeg-and-gnu-parallel/

* Bash 平行 https://learntutorials.net/ja/bash/topic/10778/%E5%B9%B3%E8%A1%8C


20211222

New in this release:

* Bug fixes and man page updates.

News about GNU Parallel:

* The first version of Parallel will be 20 years on 2022-01-06

* HerrComp Intro HPC gnu parallel
  https://www.youtube.com/watch?v=tcgjKWfgWQY

* 多数のファイルを処理する場合の工夫
  https://qiita.com/toramili/items/44a770cfb9ef1edc9e26

* How To Install parallel on Ubuntu 20.04
  https://installati.one/ubuntu/20.04/parallel/

* Distributing embarrassingly parallel tasks GNU Parallel
  https://ulhpc-tutorials.readthedocs.io/en/latest/sequential/gnu-parallel/


20211122

New in this release:

* Bug fixes and man page updates.

News about GNU Parallel:

* Otimizando o seu Hacking com o GNU Parallel - Mateus Buogo
  https://www.youtube.com/watch?v=xIpPPZXDKGU

* SMACK 12 - Do it faster! Simple ways to use all those cores (and
  GPUs) efficiently. https://www.youtube.com/watch?v=lXDGY7NvOYk


20211022

New in this release:

* Don't postpone output until $jobslots jobs have been started.

* Bug fixes and man page updates.

News about GNU Parallel:

* How to Install GNU Parallel using Anaconda | Linux
  https://www.youtube.com/watch?v=UwDNVP-L0qA

* Install GNU Parallel from source code | Linux
  https://www.youtube.com/watch?v=PIyJH4ben5o

* Compiling GNU Parallel on CentOS-7
  https://thelinuxcluster.com/2021/10/19/compiling-gnu-parallel-on-centos-7/


20210922

New in this release:

* Bug fixes and man page updates.

News about GNU Parallel:

* 3 Programs that will Level Up your Bash Game
  https://medium.com/codex/3-programs-that-will-level-up-your-bash-game-bf14e17e2291

* I Summarized 100+ Command-Line Tools for Data Scientists in 15
  Minutes
  https://towardsdatascience.com/i-summarized-100-command-line-tools-for-data-scientists-in-15-minutes-976def544ffe

* Speed up Your Builds by Parallelizing
  https://www.incredibuild.com/blog/speed-up-your-builds-by-parallelizing

* Bash: GNU Parallel with Curl
  https://gist.github.com/dinh/93b936a55de9a331199d6582bc2921d2


20210822

New in this release:

* --ctag/--ctagstring colors the tag in different colors for each job.

* You can use unit prefixes (k, m, g, etc) with -n -N -L.

* Bug fixes and man page updates.

News about GNU Parallel:

* Parallelising jobs with GNU parallel
  https://blog.ronin.cloud/gnu-parallel/

* Use multiple CPU Cores with your Linux commands - awk, sed, bzip2,
  grep, wc, etc. https://cdmana.com/2021/07/20210728132344693t.html

* How to execute commands in parallel in Linux
  https://net2.com/how-to-execute-commands-in-parallel-in-linux/


20210722

New in this release:

* --results no longer prints the result to standard output (stdout) as
  voted in
  https://lists.gnu.org/archive/html/parallel/2020-12/msg00003.html

* parset supports associative arrays in bash, ksh, zsh.

* Online HTML is now generated by Sphinx.

* Bug fixes and man page updates.

News about GNU Parallel:

* Cleaning Up Scanned Documents with Open Source Tools
  https://kaerumy.medium.com/cleaning-up-scanned-documents-with-open-source-tools-9d87e15305b


20210622

New in this release:

* Bug fixes and man page updates.

News about GNU Parallel:

* How to use GNU Parallel
  https://techtipbits.com/linux/how-to-use-gnu-parallel/

* How to Speed Up Bash Scripts with Multithreading and GNU Parallel
  https://adamtheautomator.com/how-to-speed-up-bash-scripts-with-multithreading-and-gnu-parallel/

* Use Parallel to split by line
  https://madflex.de/use-parallel-to-split-by-line/

* Optimizing long batch processes or ETL by using buff/cache properly
  II (parallelizing network operations)
  http://www.elsotanillo.net/2021/06/optimizing-long-batch-processes-or-etl-by-using-buff-cache-properly-ii-parallelizing-network-operations/

* Parallelization 3: GNU Parallel https://www.youtube.com/watch?v=Rl06WD60afA


20210522

New in this release:

* --plus includes {%%regexp} and {##regexp}.

* Bug fixes and man page updates.

News about GNU Parallel:

* Batch Calculate and Verify MD5 Checksum With GNU Parallel
  https://omicx.cc/posts/2021-04-28-calculate-and-verify-md5-checksum-with-gnu-parallel/

* HerrComp Gnu parallel, c++11 threads 2021 04 28
  https://www.youtube.com/watch?v=wDd9F9nn0qA

* Distributing embarrassingly parallel tasks GNU Parallel
  https://ulhpc-tutorials.readthedocs.io/en/latest/sequential/gnu-parallel/

* Job Parallelization on Niagara
  https://www.maryamdaryalal.com/post/job-parallelization-on-niagara

* Use Parallel to split by line
  https://madflex.de/use-parallel-to-split-by-line/

* m1 multi-core batch convert with gpu parallel + ffmpeg
  https://www.youtube.com/watch?v=hAuc0YsXv6A


20210422

New in this release:

* Bug fixes and man page updates.

News about GNU Parallel:

* Bioinformatics tutorials - linux and shell advanced - parallel
  https://www.youtube.com/watch?v=5leL8pyl0XA

* GNU Parallel for quick gains
  https://edbennett.github.io/high-performance-python/04-gnu-parallel/index.html

* Processing Linux Commands in Parallel
  https://www.baeldung.com/linux/processing-commands-in-parallel

* GNU parallel
  https://docs-research-it.berkeley.edu/services/high-performance-computing/user-guide/running-your-jobs/gnu-parallel/

* GNU Parallel 활용 가이드https://genoglobe.com/kribb/gnu_parallel

* Parallel Grep and Awk
  https://www.highonscience.com/blog/2021/03/21/parallel-grep/

* Getting things done with shell scripting
  https://doma.dev/blog/get-things-done-with-bash/


20210322

* Bug fixes and man page updates.

News about GNU Parallel:

* The very first version of Parallel dated 2002-01-06 was found in an
  old backup:

  #!/usr/bin/perl

  $processes=shift;

  chomp(@jobs=<>);
  for (@jobs) {
      $jobnr++;
      push @makefile,
      (".PHONY : job$jobnr\n",
       "job$jobnr :\n",
       "\t$_\n");
  }
  unshift @makefile, "all : ",(map { "job$_ " } 1 .. $jobnr),"\n";
  
  open (MAKE, "| make -k -f - -j $processes") || die;
  print MAKE @makefile;
  close MAKE;

* Introduction to GNU Parallel
  https://www.youtube.com/watch?v=Kj-6JkAqw-8

* Using GNU Parallel with GooseSLURM
  https://readthedocs.org/projects/gooseslurm/downloads/pdf/latest/#chapter.7

* Why GNU-parallel?
  https://github.com/lijingbu/omics/blob/main/why_gnu_parallel.md


20210222

* --filter only run jobs where the filter is true. The filter can
  contain replacement strings and Perl code such as: '{1} < {2}+1'

* --template takes a text file as a template with replacement
  strings. Then it replaces the replacement strings and saves it
  under a new filename.

* --plus implements {0%} {0#} replacement string for zero padded slot
  and sequence.

* Warn that you probably mean -d '\r\n' if the first 3 values end in
  \r\n (DOS newline).

* {= perlexpression =} must return the same value, if run twice on the
  same input.

* Man pages available as .rst-format.

* Bug fixes and man page updates.

News about GNU Parallel:

* A short tutorial on Gnu Parallel
  https://www.polarmicrobes.org/a-short-tutorial-on-gnu-parallel/

* 5 reasons why I love coding on Linux
  https://opensource.com/article/21/2/linux-programming

* Simple Tutorial to install & use GNU Parallel
  https://medium.com/analytics-vidhya/simple-tutorial-to-install-use-gnu-parallel-79251120d618

* LiDO3 - first contact
  https://www.lido.tu-dortmund.de/cms/de/LiDO3/LiDO3_first_contact_handout.pdf

* Rill Stage 2-1: Ways of command-line data analysis
  https://blog.jastix.biz/post/rill-stage-2-1-cli-data-analysis/

* Introduction to GNU Parallel
  https://blog.knoldus.com/introduction-to-gnu-parallel/

* GNU Parallel https://www.hahwul.com/cullinan/parallel/


20210122

* --memsuspend suspends jobs when there is little memory free. This
  way you can run jobs in parallel that added up potentially will take
  up more RAM than is available.

* $PARALLEL_ARGHOSTGROUPS and the replacement string {agrp} will give
  the hostgroup given on the argument when using --hostgroup.

* Handy time functions for {= =}: yyyy_mm_dd_hh_mm_ss()
  yyyy_mm_dd_hh_mm() yyyy_mm_dd() yyyymmddhhmmss() yyyymmddhhmm()
  yyyymmdd() hash($str)

* Bug fixes and man page updates.

News about GNU Parallel:

* Software Engineering For Scientists
  https://canvas.stanford.edu/courses/133091

* Optional Individual Submission 4 Job Handling - GNU Parallel
  https://www.youtube.com/watch?v=-tX0bFAYAxM

* 关于gnu parallel：GnuParallel：在集群上并行化脚本，脚本将文件写入主
  节点https://www.codenong.com/25172209/

* すぐ忘れてしまう、仕事で使う技
  https://qiita.com/hana_shin/items/53c3c78525c9c758ae7c


20201222

* --pipe engine changed making --pipe alpha quality.

* --results -.json outputs results as JSON objects on stdout (standard
  output).

* --delay 123auto will auto-adjust --delay. If jobs fail due to being
  spawned too quickly, --delay will exponentially increase.

* --plus sets {hgrp} that gives the intersection of the hostgroups of
  the job and the sshlogin that the job is run on.

* Bug fixes and man page updates.

News about GNU Parallel:

* Best practices for accelerating data migrations using AWS Snowball
  Edge
  https://aws.amazon.com/blogs/storage/best-practices-for-accelerating-data-migrations-using-aws-snowball-edge/

* Pass the Output of a Command as an Argument for Another
  https://www.baeldung.com/linux/pass-cmd-output-as-an-argument

* Warwick RSE Drop-in - Workflow Management Part 2 - GNU Parallel
  https://www.youtube.com/watch?v=t_v2Otgt87g


20201122

* Bug fixes and man page updates.

News about GNU Parallel:

* https://bash-prompt.net/guides/gnu-parallel-multi-server/


20201022

* --termseq now works for jobs running remotely.

* parsort: Performance optimized for 64-core machines.

* Bug fixes and man page updates.

News about GNU Parallel:

* Juan Sierra Pons has made a testimonial:
  http://www.elsotanillo.net/wp-content/uploads/GnuParallel_JuanSierraPons.mp4

* 「翻译」在生物信息学中使用 GNU-Parallel
  https://cloud.tencent.com/developer/article/1705499


20200922

* New CPU detection for GNU/Linux.

* Bug fixes and man page updates.

News about GNU Parallel:

* Aug 21, 2020 - More Unix tools
  https://floki.blog/2020/08/more_unix_tools


20200822

New in this release:

* Max command line length is changed for MacOS - making this version
  beta quality for MacOS.

* Bug fixes and man page updates.


20200722

New in this release:

* No new functionality

* Bug fixes and man page updates.

News about GNU Parallel:

* Tips for Running Jobs on your VM
  https://support.ehelp.edu.au/support/solutions/articles/6000089713-tips-for-running-jobs-on-your-vm#parallel

* Introduction to GNU Parallel: Parallelizing Massive Individual Tasks
  https://www.youtube.com/watch?v=QSFLTEyCKvo

* Slides for same
  http://www.hpc.lsu.edu/training/weekly-materials/2020-Spring/GNUParallel_Spring_2020.pdf

* Linux-Fu: Parallel Universe
  https://hackaday.com/2020/06/29/linux-fu-parallel-universe/

* Resumable batch jobs with gnu parallel https://igor.io/parallel/

* Introducing Parallel into Shell
  https://www.petelawson.com/post/parallel-in-shell/

* AV1 encoding parallelization with GNU Parallel
  https://www.reddit.com/r/AV1/comments/fjvqp9/av1_encoding_parallelization_with_gnu_parallel/

* Beschleunigte Befehlsbearbeitung mit GNU Parallel
  https://www.linux-community.de/ausgaben/linuxuser/2013/06/beschleunigte-befehlsbearbeitung-mit-gnu-parallel/


20200622

New in this release:

* No new functionality

* Bug fixes and man page updates.

News about GNU Parallel:

* GNU Parallel is used at NERSC:
  https://www.nersc.gov/assets/Uploads/08-Workflows-20200616.pdf

* Resumable batch jobs with GNU Parallel https://igor.io/parallel/

* Lab Meeting technical talk
  https://www.slideshare.net/hoffmanlab/gnu-parallel-194030490

* Open Sky Software Website Credits
  https://www.openskysoftware.com/site-credits.htm

* Speed up your Python Scripts using Ubuntu and GNU Parallel
  https://ecce.esri.ca/wpecce/2019/12/24/speed-up-your-python-scripts-using-ubuntu-and-gnu-parallel/

* Indispensable command-line tools
  https://negfeedback.blogspot.com/2020/05/indispensable-command-line-tools.html

* GNU Parallel for simulations
  http://pdebuyl.be/blog/2020/gnu-parallel-for-simulations.html

* Introduction to GNU parallel
  https://bioinformaticsworkbook.org/Appendix/GNUparallel/GNU_parallel_examples.html


20200522

New in this release:

* While running a job $PARALLEL_JOBSLOT is the jobslot of the job. It
  is equal to {%} unless the job is being retried. See {%} for
  details.

* While running a job $PARALLEL_SSHLOGIN is the sshlogin line with
  number of cores removed. E.g. '4//usr/bin/specialssh user@host'
  becomes: '/usr/bin/specialssh user@host'

* While running a job $PARALLEL_SSHHOST is the host part of an
  sshlogin line. E.g. '4//usr/bin/specialssh user@host' becomes:
  'host'

* --plus activates the replacement strings {slot} = $PARALLEL_JOBSLOT,
  {sshlogin} = $PARALLEL_SSHLOGIN, {host} = $PARALLEL_SSHHOST

* Bug fixes and man page updates.

News about GNU Parallel:

* Portable Batch System (PBS) & GNU Parallel - Running a Program
  Multiple Times in Parallel
  https://www.youtube.com/watch?v=6ccbWu6Befo

* GNU Parallel przykład https://www.youtube.com/watch?v=gs_wG4Kt2G4

* Demo of LINUX APP - GNU PARALLEL - running multiple Gstreamer webcam
  .sh scripts with only 1 command
  https://www.youtube.com/watch?v=trQuA_wmWjg


20200422

This release celebrates GNU Parallel's 10 years as a GNU tool:

> commit ed2dfb1043768154d4e7678e01e10287155fa834
> Author: Ole Tange <ole@tange.dk>
> Date:   Thu Apr 22 01:23:00 2010 +0200
>
>    Name change: Parallel is now GNU Parallel.
>    Basic structure for sshlogin and sshloginfile.

New in this release:

* parsort makes GNU sort run faster for files with more than 1M lines.

* Bug fixes and man page updates.

News about GNU Parallel:

* Several clusters have updated their documentation of GNU Parallel:
  https://www.grid5000.fr/w/GNU_Parallel
  https://research-it.berkeley.edu/virtual-training-running-jobs-parallel-savio
  http://www.hpc.lsu.edu/training/archive/tutorials.php

* add_pho uses GNU Parallel: https://github.com/SeedlingsBabylab/add_pho

* GNU parallel使用笔记https://zhuanlan.zhihu.com/p/37340011

* Virtual Workshop: Running Jobs in Parallel on Savio
  https://ais.berkeley.edu/events/virtual-workshop-running-jobs-parallel-savio/2020-04-20

* Free Concurrency with GNU Parallel
  https://phili.pe/posts/free-concurrency-with-gnu-parallel/


20200322

* Bug fixes and man page updates.

News about GNU Parallel:

* The GNU Parallel course in Copenhagen is cancelled
  https://www.prosa.dk/nc/arrangementer/arrangement/gnu-parallel-med-ole-tange/

* The GNU Parallel course in Århus is cancelled
  https://www.prosa.dk/nc/arrangementer/arrangement/gnu-parallel-og-parallelisering-i-unix-shellen/

* The 10 year anniversary may be cancelled, see
  https://www.gnu.org/software/parallel/10-years-anniversary.html

* Running shell commands in parallel, via GNU Parallel
  https://dev.to/saveriomiroddi/running-shell-commands-in-parallel-via-gnu-parallel-3a72

* Faster nmap scanning with the help of GNU parallel
  https://badshah.io/experiment/faster-nmap-scanning-with-the-help-of-gnu-parallel/


20200222

* Bug fixes and man page updates.


20200122

* --blocktimeout dur - Time out for reading block when using
  --pipe. If it takes longer than dur to read a full block, use the
  partial block read so far.

* Bug fixes and man page updates.

News about GNU Parallel:

* GNU Parallel course in Copenhagen
  https://www.prosa.dk/nc/arrangementer/arrangement/gnu-parallel-med-ole-tange/

* GNU Parallel course in Århus
  https://www.prosa.dk/nc/arrangementer/arrangement/gnu-parallel-og-parallelisering-i-unix-shellen/

* GNU Parallel pour accélérer vos process sous Linux
  https://www.yvonh.com/gnu-parallel-pour-accelerer-vos-process-sous-linux/

* How to copy a file to multiple directories in Linux
  https://net2.com/how-to-copy-a-file-to-multiple-directories-in-linux/

* Running linux commands in parallel https://dev.to/voyeg3r/runing-linux-commands-in-parallel-4ff8


20191222

* GNU Parallel course in Copenhagen
  https://www.prosa.dk/nc/arrangementer/arrangement/gnu-parallel-med-ole-tange/

* GNU Parallel course in Århus
  https://www.prosa.dk/nc/arrangementer/arrangement/gnu-parallel-og-parallelisering-i-unix-shellen/

* GNU Parallel is used in
  https://github.com/JeffersonLab/rfw_tsf_extractor

* Bug fixes and man page updates.


20191122

