On Sat, Aug 1, 2020 at 2:48 AM Daniel LaFlamme
wrote:
> Is there a way to change the behavior of how those subdirectories are named?
> Either a sequential number is fine, or something else?
In version >= 20170122 you can use replacement strings:
parallel --joblog v.1.log --results 'mydir/{
On Thu, Jun 18, 2020 at 5:32 PM Jam Afshar wrote:
> "yum install parallel" on centos:7.7.1908 installs version 20160222-1.el7.
> Why doesn't that have env_paralell.bash etc. scripts? I do get those
> scripts on ubuntu:18.04 which has the same version, so I'm confused.
Can you try
https://downlo
Thanks, I was installing
http://repo.openfusion.net/centos7-x86_64/parallel-20170522-1.of.el7.x86_64.rpm
in my centos:7.7.1908 docker container but just switched to
https://download.opensuse.org/repositories/home:/tange/CentOS_7/noarch/parallel-20200722-2.1.noarch.rpm
and it works fine.
--Jamshid