diff --git a/NEWS b/NEWS index 3e04a9d5..463c67d4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +20220822 + +New in this release: + +* --header 0 allows using {filename} as replacement string + +* Bug fixes and man page updates. + + 20220722 New in this release: diff --git a/README b/README index 413ea7c2..a6f411ad 100644 --- a/README +++ b/README @@ -57,11 +57,11 @@ document. Full installation of GNU Parallel is as simple as: - wget https://ftpmirror.gnu.org/parallel/parallel-20220722.tar.bz2 - wget https://ftpmirror.gnu.org/parallel/parallel-20220722.tar.bz2.sig - gpg parallel-20220722.tar.bz2.sig - bzip2 -dc parallel-20220722.tar.bz2 | tar xvf - - cd parallel-20220722 + wget https://ftpmirror.gnu.org/parallel/parallel-20220822.tar.bz2 + wget https://ftpmirror.gnu.org/parallel/parallel-20220822.tar.bz2.sig + gpg parallel-20220822.tar.bz2.sig + bzip2 -dc parallel-20220822.tar.bz2 | tar xvf - + cd parallel-20220822 ./configure && make && sudo make install @@ -70,11 +70,11 @@ Full installation of GNU Parallel is as simple as: If you are not root you can add ~/bin to your path and install in ~/bin and ~/share: - wget https://ftpmirror.gnu.org/parallel/parallel-20220722.tar.bz2 - wget https://ftpmirror.gnu.org/parallel/parallel-20220722.tar.bz2.sig - gpg parallel-20220722.tar.bz2.sig - bzip2 -dc parallel-20220722.tar.bz2 | tar xvf - - cd parallel-20220722 + wget https://ftpmirror.gnu.org/parallel/parallel-20220822.tar.bz2 + wget https://ftpmirror.gnu.org/parallel/parallel-20220822.tar.bz2.sig + gpg parallel-20220822.tar.bz2.sig + bzip2 -dc parallel-20220822.tar.bz2 | tar xvf - + cd parallel-20220822 ./configure --prefix=$HOME && make && make install Or if your system lacks 'make' you can simply copy src/parallel @@ -122,8 +122,8 @@ will love you for it. When using programs that use GNU Parallel to process data for publication please cite: - Tange, O. (2022, July 22). GNU Parallel 20220722 ('Roe vs Wade'). - Zenodo. https://doi.org/10.5281/zenodo.6891516 + Tange, O. (2022, August 22). GNU Parallel 20220822 ('Rushdie'). + Zenodo. https://doi.org/10.5281/zenodo.7015730 Copyright (C) 2007-2022 Ole Tange, http://ole.tange.dk and Free Software Foundation, Inc. diff --git a/configure b/configure index 7cce797f..ba94e569 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for parallel 20220722. +# Generated by GNU Autoconf 2.71 for parallel 20220822. # # Report bugs to . # @@ -610,8 +610,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='parallel' PACKAGE_TARNAME='parallel' -PACKAGE_VERSION='20220722' -PACKAGE_STRING='parallel 20220722' +PACKAGE_VERSION='20220822' +PACKAGE_STRING='parallel 20220822' PACKAGE_BUGREPORT='bug-parallel@gnu.org' PACKAGE_URL='' @@ -1246,7 +1246,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures parallel 20220722 to adapt to many kinds of systems. +\`configure' configures parallel 20220822 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1313,7 +1313,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of parallel 20220722:";; + short | recursive ) echo "Configuration of parallel 20220822:";; esac cat <<\_ACEOF @@ -1390,7 +1390,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -parallel configure 20220722 +parallel configure 20220822 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1427,7 +1427,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by parallel $as_me 20220722, which was +It was created by parallel $as_me 20220822, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -2379,7 +2379,7 @@ fi # Define the identity of the package. PACKAGE='parallel' - VERSION='20220722' + VERSION='20220822' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -3026,7 +3026,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by parallel $as_me 20220722, which was +This file was extended by parallel $as_me 20220822, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3090,7 +3090,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -parallel config.status 20220722 +parallel config.status 20220822 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 082ba9e8..28766b5b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([parallel],[20220722],[bug-parallel@gnu.org]) +AC_INIT([parallel],[20220822],[bug-parallel@gnu.org]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([ diff --git a/doc/haikus b/doc/haikus index 2f5d4607..4b77f8f9 100644 --- a/doc/haikus +++ b/doc/haikus @@ -19,9 +19,6 @@ Quote of the month: parallel is so useful and i use it multiple times daily. -- arrakeen@ycombinator - Parallel is Good Stuff (tm) - -- bloopernova@ycombinator - GNU Parallel is one of my favorite utilities of all time. -- paskozdilar@ycombinator @@ -189,6 +186,9 @@ https://negfeedback.blogspot.com/2020/05/indispensable-command-line-tools.html === Used === + Parallel is Good Stuff (tm) + -- bloopernova@ycombinator + The syntax for GNU Parallel is so slick that I often use it just to make my script read nicer, and the parallelism is a cherry on top. -- Epistaxis@reddit diff --git a/doc/release_new_version b/doc/release_new_version index 7b73c822..a1849db0 100644 --- a/doc/release_new_version +++ b/doc/release_new_version @@ -8,6 +8,7 @@ Check that documentation is updated (compare to web): +git checkout master git grep -E '(alpha|beta) testing' | cat git diff $(date --date="last month" +%Y%m22) Unmodified beta since last version => production @@ -254,25 +255,21 @@ from:tange@gnu.org to:parallel@gnu.org, bug-parallel@gnu.org stable-bcc: Jesse Alama -Subject: GNU Parallel 20220822 ('<<>>') released +Subject: GNU Parallel 20220822 ('Rushdie') released -GNU Parallel 20220822 ('<<>>') has been released. It is available for download at: lbry://@GnuParallel:4 +GNU Parallel 20220822 ('Rushdie') has been released. It is available for download at: lbry://@GnuParallel:4 Quote of the month: - <<>> - + Parallel is Good Stuff (tm) + -- bloopernova@ycombinator New in this release: -<<>> +* --header 0 allows using {filename} as replacement string * Bug fixes and man page updates. -News about GNU Parallel: - -<<>> - GNU Parallel - For people who live life in the parallel lane. diff --git a/packager/obs/home-tange/parallel/.osc/_files b/packager/obs/home-tange/parallel/.osc/_files index 1c5de893..46c149ca 100644 --- a/packager/obs/home-tange/parallel/.osc/_files +++ b/packager/obs/home-tange/parallel/.osc/_files @@ -1,9 +1,6 @@ - - - - - - - - + + + + + diff --git a/packager/obs/home-tange/parallel/.osc/_meta b/packager/obs/home-tange/parallel/.osc/_meta index 62d847b3..36556e0a 100644 --- a/packager/obs/home-tange/parallel/.osc/_meta +++ b/packager/obs/home-tange/parallel/.osc/_meta @@ -38,16 +38,15 @@ GNU niceload slows down a program when the computer load average (or other syste - - - - - - - + + + + + + diff --git a/packager/obs/home-tange/parallel/.osc/parallel.spec b/packager/obs/home-tange/parallel/.osc/parallel.spec index c0f420ac..4fe373a6 100644 --- a/packager/obs/home-tange/parallel/.osc/parallel.spec +++ b/packager/obs/home-tange/parallel/.osc/parallel.spec @@ -1,7 +1,7 @@ Summary: Shell tool for executing jobs in parallel Name: parallel -Version: 20220722 +Version: 20220822 Release: 2.2 License: GPL-3.0-or-later Group: Productivity/File utilities @@ -57,6 +57,7 @@ make install prefix=$RPM_BUILD_ROOT%{_prefix} exec_prefix=$RPM_BUILD_ROOT%{_pref rm $RPM_BUILD_ROOT%{_docdir}/parallel.html rm $RPM_BUILD_ROOT%{_docdir}/env_parallel.html +rm $RPM_BUILD_ROOT%{_docdir}/parallel_examples.html rm $RPM_BUILD_ROOT%{_docdir}/parallel_tutorial.html rm $RPM_BUILD_ROOT%{_docdir}/parallel_design.html rm $RPM_BUILD_ROOT%{_docdir}/parallel_alternatives.html @@ -69,6 +70,7 @@ rm $RPM_BUILD_ROOT%{_docdir}/parset.html rm $RPM_BUILD_ROOT%{_docdir}/parsort.html rm $RPM_BUILD_ROOT%{_docdir}/parallel.texi rm $RPM_BUILD_ROOT%{_docdir}/env_parallel.texi +rm $RPM_BUILD_ROOT%{_docdir}/parallel_examples.texi rm $RPM_BUILD_ROOT%{_docdir}/parallel_tutorial.texi rm $RPM_BUILD_ROOT%{_docdir}/parallel_design.texi rm $RPM_BUILD_ROOT%{_docdir}/parallel_alternatives.texi @@ -81,6 +83,7 @@ rm $RPM_BUILD_ROOT%{_docdir}/parset.texi rm $RPM_BUILD_ROOT%{_docdir}/parsort.texi rm $RPM_BUILD_ROOT%{_docdir}/parallel.pdf rm $RPM_BUILD_ROOT%{_docdir}/env_parallel.pdf +rm $RPM_BUILD_ROOT%{_docdir}/parallel_examples.pdf rm $RPM_BUILD_ROOT%{_docdir}/parallel_tutorial.pdf rm $RPM_BUILD_ROOT%{_docdir}/parallel_design.pdf rm $RPM_BUILD_ROOT%{_docdir}/parallel_alternatives.pdf @@ -95,6 +98,7 @@ rm $RPM_BUILD_ROOT%{_docdir}/parallel_cheat_bw.pdf rm $RPM_BUILD_ROOT%{_docdir}/parallel_options_map.pdf rm $RPM_BUILD_ROOT%{_docdir}/parallel.rst rm $RPM_BUILD_ROOT%{_docdir}/env_parallel.rst +rm $RPM_BUILD_ROOT%{_docdir}/parallel_examples.rst rm $RPM_BUILD_ROOT%{_docdir}/parallel_tutorial.rst rm $RPM_BUILD_ROOT%{_docdir}/parallel_design.rst rm $RPM_BUILD_ROOT%{_docdir}/parallel_alternatives.rst @@ -120,7 +124,7 @@ rm -rf $RPM_BUILD_ROOT /usr/share/zsh/site-functions/_parallel /usr/share/man/man1/* /usr/share/man/man7/* -%doc README NEWS src/parallel.html src/env_parallel.html src/parallel_tutorial.html src/parallel_design.html src/parallel_alternatives.html src/parallel_book.html src/sem.html src/sql.html src/parcat.html src/parset.html src/parsort.html src/niceload.html src/parallel.texi src/env_parallel.texi src/parallel_tutorial.texi src/parallel_design.texi src/parallel_alternatives.texi src/parallel_book.texi src/niceload.texi src/sem.texi src/sql.texi src/parcat.texi src/parset.texi src/parsort.texi src/parallel.pdf src/env_parallel.pdf src/parallel_tutorial.pdf src/parallel_design.pdf src/parallel_alternatives.pdf src/parallel_book.pdf src/niceload.pdf src/sem.pdf src/sql.pdf src/parcat.pdf src/parset.pdf src/parsort.pdf src/parallel_cheat_bw.pdf src/parallel_options_map.pdf src/parallel.rst src/env_parallel.rst src/parallel_tutorial.rst src/parallel_design.rst src/parallel_alternatives.rst src/parallel_book.rst src/niceload.rst src/sem.rst src/sql.rst src/parcat.rst src/parset.rst src/parsort.rst +%doc README NEWS src/parallel.html src/env_parallel.html src/parallel_examples.html src/parallel_tutorial.html src/parallel_design.html src/parallel_alternatives.html src/parallel_book.html src/sem.html src/sql.html src/parcat.html src/parset.html src/parsort.html src/niceload.html src/parallel.texi src/env_parallel.texi src/parallel_examples.texi src/parallel_tutorial.texi src/parallel_design.texi src/parallel_alternatives.texi src/parallel_book.texi src/niceload.texi src/sem.texi src/sql.texi src/parcat.texi src/parset.texi src/parsort.texi src/parallel.pdf src/env_parallel.pdf src/parallel_examples.pdf src/parallel_tutorial.pdf src/parallel_design.pdf src/parallel_alternatives.pdf src/parallel_book.pdf src/niceload.pdf src/sem.pdf src/sql.pdf src/parcat.pdf src/parset.pdf src/parsort.pdf src/parallel_cheat_bw.pdf src/parallel_options_map.pdf src/parallel.rst src/env_parallel.rst src/parallel_examples.rst src/parallel_tutorial.rst src/parallel_design.rst src/parallel_alternatives.rst src/parallel_book.rst src/niceload.rst src/sem.rst src/sql.rst src/parcat.rst src/parset.rst src/parsort.rst %changelog * Sat Jan 22 2011 Ole Tange diff --git a/src/env_parallel.ash b/src/env_parallel.ash index 7776ac7d..03ad09a4 100755 --- a/src/env_parallel.ash +++ b/src/env_parallel.ash @@ -395,7 +395,7 @@ _parset_main() { fi if [ "$_parset_NAME" = "--version" ] ; then # shellcheck disable=SC2006 - echo "parset 20220723 (GNU parallel `parallel --minversion 1`)" + echo "parset 20220822 (GNU parallel `parallel --minversion 1`)" echo "Copyright (C) 2007-2022 Ole Tange, http://ole.tange.dk and Free Software" echo "Foundation, Inc." echo "License GPLv3+: GNU GPL version 3 or later " diff --git a/src/env_parallel.bash b/src/env_parallel.bash index 429f3d3b..693ea870 100755 --- a/src/env_parallel.bash +++ b/src/env_parallel.bash @@ -397,7 +397,7 @@ _parset_main() { fi if [ "$_parset_NAME" = "--version" ] ; then # shellcheck disable=SC2006 - echo "parset 20220723 (GNU parallel `parallel --minversion 1`)" + echo "parset 20220822 (GNU parallel `parallel --minversion 1`)" echo "Copyright (C) 2007-2022 Ole Tange, http://ole.tange.dk and Free Software" echo "Foundation, Inc." echo "License GPLv3+: GNU GPL version 3 or later " diff --git a/src/env_parallel.dash b/src/env_parallel.dash index 7925d163..51ead34b 100755 --- a/src/env_parallel.dash +++ b/src/env_parallel.dash @@ -395,7 +395,7 @@ _parset_main() { fi if [ "$_parset_NAME" = "--version" ] ; then # shellcheck disable=SC2006 - echo "parset 20220723 (GNU parallel `parallel --minversion 1`)" + echo "parset 20220822 (GNU parallel `parallel --minversion 1`)" echo "Copyright (C) 2007-2022 Ole Tange, http://ole.tange.dk and Free Software" echo "Foundation, Inc." echo "License GPLv3+: GNU GPL version 3 or later " diff --git a/src/env_parallel.ksh b/src/env_parallel.ksh index bcedd3e9..c703e606 100755 --- a/src/env_parallel.ksh +++ b/src/env_parallel.ksh @@ -378,7 +378,7 @@ _parset_main() { fi if [ "$_parset_NAME" = "--version" ] ; then # shellcheck disable=SC2006 - echo "parset 20220723 (GNU parallel `parallel --minversion 1`)" + echo "parset 20220822 (GNU parallel `parallel --minversion 1`)" echo "Copyright (C) 2007-2022 Ole Tange, http://ole.tange.dk and Free Software" echo "Foundation, Inc." echo "License GPLv3+: GNU GPL version 3 or later " diff --git a/src/env_parallel.mksh b/src/env_parallel.mksh index cb7adace..989eb122 100644 --- a/src/env_parallel.mksh +++ b/src/env_parallel.mksh @@ -380,7 +380,7 @@ _parset_main() { fi if [ "$_parset_NAME" = "--version" ] ; then # shellcheck disable=SC2006 - echo "parset 20220723 (GNU parallel `parallel --minversion 1`)" + echo "parset 20220822 (GNU parallel `parallel --minversion 1`)" echo "Copyright (C) 2007-2022 Ole Tange, http://ole.tange.dk and Free Software" echo "Foundation, Inc." echo "License GPLv3+: GNU GPL version 3 or later " diff --git a/src/env_parallel.sh b/src/env_parallel.sh index 6e180f76..7e622cf4 100755 --- a/src/env_parallel.sh +++ b/src/env_parallel.sh @@ -395,7 +395,7 @@ _parset_main() { fi if [ "$_parset_NAME" = "--version" ] ; then # shellcheck disable=SC2006 - echo "parset 20220723 (GNU parallel `parallel --minversion 1`)" + echo "parset 20220822 (GNU parallel `parallel --minversion 1`)" echo "Copyright (C) 2007-2022 Ole Tange, http://ole.tange.dk and Free Software" echo "Foundation, Inc." echo "License GPLv3+: GNU GPL version 3 or later " diff --git a/src/env_parallel.zsh b/src/env_parallel.zsh index e305ef71..cf4435a0 100755 --- a/src/env_parallel.zsh +++ b/src/env_parallel.zsh @@ -370,7 +370,7 @@ _parset_main() { fi if [ "$_parset_NAME" = "--version" ] ; then # shellcheck disable=SC2006 - echo "parset 20220723 (GNU parallel `parallel --minversion 1`)" + echo "parset 20220822 (GNU parallel `parallel --minversion 1`)" echo "Copyright (C) 2007-2022 Ole Tange, http://ole.tange.dk and Free Software" echo "Foundation, Inc." echo "License GPLv3+: GNU GPL version 3 or later " diff --git a/src/niceload b/src/niceload index d654e879..85a6e5ec 100755 --- a/src/niceload +++ b/src/niceload @@ -26,7 +26,7 @@ use strict; use Getopt::Long; $Global::progname="niceload"; -$Global::version = 20220723; +$Global::version = 20220822; Getopt::Long::Configure("bundling","require_order"); get_options_from_array(\@ARGV) || die_usage(); if($opt::version) { diff --git a/src/parallel b/src/parallel index fa9b4b5b..31f35365 100755 --- a/src/parallel +++ b/src/parallel @@ -2681,7 +2681,7 @@ sub check_invalid_option_combinations() { sub init_globals() { # Defaults: - $Global::version = 20220723; + $Global::version = 20220822; $Global::progname = 'parallel'; $::name = "GNU Parallel"; $Global::infinity = 2**31; @@ -5563,8 +5563,8 @@ sub usage() { "If you use programs that use GNU Parallel to process data for an article in a", "scientific publication, please cite:", "", - " Tange, O. (2022, July 22). GNU Parallel 20220722 ('Roe vs Wade').", - " Zenodo. https://doi.org/10.5281/zenodo.6891516", + " Tange, O. (2022, August 22). GNU Parallel 20220822 ('Rushdie').", + " Zenodo. https://doi.org/10.5281/zenodo.7015730", "", # Before changing these lines, please read # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice @@ -5596,8 +5596,8 @@ sub citation_notice() { "If you use programs that use GNU Parallel to process data for an article in a", "scientific publication, please cite:", "", - " Tange, O. (2022, July 22). GNU Parallel 20220722 ('Roe vs Wade').", - " Zenodo. https://doi.org/10.5281/zenodo.6891516", + " Tange, O. (2022, August 22). GNU Parallel 20220822 ('Rushdie').", + " Zenodo. https://doi.org/10.5281/zenodo.7015730", "", # Before changing these line, please read # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and @@ -5724,20 +5724,20 @@ sub citation() { "If you use programs that use GNU Parallel to process data for an article in a", "scientific publication, please cite:", "", - "\@software{tange_2022_6891516,", + "\@software{tange_2022_7015730,", " author = {Tange, Ole},", - " title = {GNU Parallel 20220722 ('Roe vs Wade')},", - " month = Jul,", + " title = {GNU Parallel 20220822 ('Rushdie')},", + " month = Aug,", " year = 2022,", " note = {{GNU Parallel is a general parallelizer to run", " multiple serial command line programs in parallel", " without changing them.}},", " publisher = {Zenodo},", - " doi = {10.5281/zenodo.6891516},", - " url = {https://doi.org/10.5281/zenodo.6891516}", + " doi = {10.5281/zenodo.7015730},", + " url = {https://doi.org/10.5281/zenodo.7015730}", "}", "", - "(Feel free to use \\nocite{tange_2022_6891516})", + "(Feel free to use \\nocite{tange_2022_7015730})", "", # Before changing these lines, please read # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and diff --git a/src/parallel.pod b/src/parallel.pod index 78e3793e..9da2009d 100644 --- a/src/parallel.pod +++ b/src/parallel.pod @@ -749,7 +749,7 @@ See also: B<--basefile> B<--transfer> B<--transferfile> B<--sshlogin> B<--return> -=item B<--color> (alpha testing) +=item B<--color> (beta testing) Colour output. @@ -761,9 +761,9 @@ B<--color> is ignored when using B<-u>. See also: B<--color-failed> -=item B<--color-failed> (alpha testing) +=item B<--color-failed> (beta testing) -=item B<--cf> (alpha testing) +=item B<--cf> (beta testing) Colour the output from failing jobs white on red. @@ -1591,9 +1591,9 @@ Example: See also: B<--line-buffer> -=item B<--line-buffer> (alpha testing) +=item B<--line-buffer> (beta testing) -=item B<--lb> (alpha testing) +=item B<--lb> (beta testing) Buffer output on line basis. @@ -1833,9 +1833,9 @@ there will be several job sequence 1. See also: B<--nonall> B<--sshlogin> -=item B<--open-tty> (beta testing) +=item B<--open-tty> -=item B<-o> (beta testing) +=item B<-o> Open terminal tty. @@ -1985,7 +1985,7 @@ inspired by bash's parameter expansion: See also: B<--rpl> B<{}> -=item B<--process-slot-var> I (beta testing) +=item B<--process-slot-var> I Set the environment variable I to the jobslot number-1. @@ -2493,7 +2493,7 @@ I=0 means infinite. See also: B<--term-seq> B<--sshlogin> -=item B<--return> I +=item B<--return> I (alpha testing) Transfer files from remote computers. @@ -2868,7 +2868,7 @@ B<--shebang-wrap> must be set as the first option. See also: B<--shebang> -=item B<--shell-completion> I (alpha testing) +=item B<--shell-completion> I (beta testing) Generate shell completion code for interactive shells. @@ -3328,7 +3328,7 @@ Print the job to be run on stderr (standard error). See also: B<-v> B<--interactive> -=item B<--transfer> +=item B<--transfer> (alpha testing) Transfer files to remote computers. @@ -3337,9 +3337,9 @@ Shorthand for: B<--transferfile {}>. See also: B<--transferfile>. -=item B<--transferfile> I +=item B<--transferfile> I (alpha testing) -=item B<--tf> I +=item B<--tf> I (alpha testing) Transfer I to remote computers. @@ -3391,7 +3391,7 @@ See also: B<--workdir> B<--sshlogin> B<--basefile> B<--return> B<--cleanup> -=item B<--trc> I +=item B<--trc> I (alpha testing) Transfer, Return, Cleanup. Shorthand for: B<--transfer> B<--return> I B<--cleanup> diff --git a/src/parsort b/src/parsort index 99f3f72c..f80123d5 100755 --- a/src/parsort +++ b/src/parsort @@ -122,7 +122,7 @@ GetOptions( "help" => \$opt::dummy, ) || exit(255); $Global::progname = ($0 =~ m:(^|/)([^/]+)$:)[1]; -$Global::version = 20220723; +$Global::version = 20220822; if($opt::version) { version(); exit 0; } @Global::sortoptions = grep { ! /^-D$/ } shell_quote(@ARGV_before[0..($#ARGV_before-$#ARGV-1)]); diff --git a/src/sql b/src/sql index 498a6b43..a405e5b5 100755 --- a/src/sql +++ b/src/sql @@ -667,7 +667,7 @@ $Global::Initfile && unlink $Global::Initfile; exit ($err); sub parse_options { - $Global::version = 20220723; + $Global::version = 20220822; $Global::progname = 'sql'; # This must be done first as this may exec myself