Re: bugid: open3-GLOB(0x7ffff9207528) c d e a

2021-06-09 Thread Martin Møller Skarbiniks Pedersen
On Wed, 9 Jun 2021 at 02:08, Pete Jalajas wrote: > > Trying to run the awesome gnu parallel on ubuntu on windows. > > pjalajas@pjalajas-5520:/mnt/c/Users/pjalajas/Downloads$ parallel c d e ::: a b c > parallel: This should not happen. You have found a bug. > Please contact and include: > * The

Re: Looking for env_parallel in a centos 7 rpm package

2020-06-18 Thread Martin Møller Skarbiniks Pedersen
On Thu, 18 Jun 2020 at 17:31, 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. You should file a report

Re: Install in 10 sec fails

2018-11-28 Thread Martin Møller Skarbiniks Pedersen
On Wed, 28 Nov 2018 at 14:34, Saint Michael wrote: > > This does not work > You can install GNU Parallel in just 10 seconds with: > (wget -O -pi.dk/3 || curl pi.dk/3/) | bash You didn't write it correctly. The 10 seconds install is (wget -O - pi.dk/3 || curl pi.dk/3/) | bash You missed the -

Re: Bug report

2018-11-28 Thread Martin Møller Skarbiniks Pedersen
On Wed, 28 Nov 2018 at 16:13, Jonathan Franklin wrote: > > I will do that. However, I will also point out that THIS is the version that > is installed with a simple apt-get in Ubuntu 16.04 -- a LTS system. > > So if the most recent updates to 16.04 breaks THIS version of parallel -- > then it

Re: GNU Parallel Bug Reports parallel not functional on Solaris 10

2018-11-09 Thread Martin Møller Skarbiniks Pedersen
On Thu, 8 Nov 2018 at 03:08, Henry Bent wrote: > > parallel --version > GNU parallel 20181022 > Running on Solaris 10 1/13 x86, any spawned job is preceded by a stray "2". > Example: > Which shell are you using? A c or tcsh shell? Regards Martin

Re: tmux and

2018-02-12 Thread Martin Møller Skarbiniks Pedersen
On 12 February 2018 at 00:33, Mathias Korber wrote: > The tutorial says: > > >> A terminal for every job >> >> Using --tmux GNU parallel can start a terminal for every job run: >> >> seq 10 20 | parallel --tmux 'echo start {}; sleep {}; echo done {}' And that example

Re: GNU Parallel 20180122 ('Mayon') released [stable]

2018-01-23 Thread Martin Møller Skarbiniks Pedersen
Hi, I think your attachment was removed. Can you instead copy-and-paste the relevant parts of your diff tool directly into an email? Regards Martin On Jan 23, 2018 8:51 AM, "Tobias Geerinckx-Rice" wrote: Hullo, Thanks for rolling a new release of this great tool! While I

Re: Is there some syntax for executing {} for 1..Inf?

2017-12-07 Thread Martin Møller Skarbiniks Pedersen
On 7 December 2017 at 13:28, Martin Møller Skarbiniks Pedersen < traxpla...@gmail.com> wrote: > > On 7 December 2017 at 00:37, Ævar Arnfjörð Bjarmason <ava...@gmail.com> wrote: >> >> I recently had a use-case for: >> >> parallel 'cmd {}' ::: {1..Inf}

Re: Is there some syntax for executing {} for 1..Inf?

2017-12-07 Thread Martin Møller Skarbiniks Pedersen
On 7 December 2017 at 00:37, Ævar Arnfjörð Bjarmason wrote: > I recently had a use-case for: > > parallel 'cmd {}' ::: {1..Inf} > > Maybe something like this: yes | cat -n | cut -f1 | parallel ' cmd {} ' Regards Martin

Re: I don't understand this behaviour

2017-01-24 Thread Martin Møller Skarbiniks Pedersen
Hi, Try adding an id to all sem-lines like this: from: > sem -j-1 rbn-posters-map.py [parameters to python script] to: sem -j-1 --id $$ rbn-posters-map.py [parameters to python script] from: > sem --wait to: sem --id $$ --wait btw for testing I made ran this. for ((n=0; n<6; n++)) do

Re: Citation requirement and the GPL

2016-03-27 Thread Martin Møller Skarbiniks Pedersen
On 27 March 2016 at 23:35, Christopher Jefferson wrote: > I am happy to accept that, but I feel that this requirement violates > the GPL, the GPL FAQ specifically covers this case: > > Nope. I don't think you are right saying that the GPL FAQ in this section

Re: Temp file location

2015-12-12 Thread Martin Møller Skarbiniks Pedersen
On 12 December 2015 at 03:24, Josef wells wrote: > I should stop thinking about this tonight, since that option clearly > doesn't do what I imagined only minutes ago. > > Any suggestions? I tried setting $HOME to something else, but it > doesn't seem to propagate

Re: parallel on Amazon AWS after logoff

2015-03-08 Thread Martin Møller Skarbiniks Pedersen
On 8 March 2015 at 21:12, andreas wpv andreas@gmail.com wrote: I am trying to scan (our) website with a script, that's basically a more detail wget command, that takes $1 as the url. nohup parallel -eta -j20 --line-buffer '. extendedwget.sh {} $RANDOMoutfile ' www.test.com

Re: Too much memory being used with find and parallel

2014-07-25 Thread Martin Møller Skarbiniks Pedersen
On 24 July 2014 19:24, Nelson A. de Oliveira nao...@gmail.com wrote: On Thu, Jul 24, 2014 at 2:05 PM, Martin Møller Skarbiniks Pedersen traxpla...@gmail.com wrote: try remove the -j +0 parameter. If I am not wrong, -j +0 should be the same thing as no -j, right? But just in case, testing

Re: Too much memory being used with find and parallel

2014-07-24 Thread Martin Møller Skarbiniks Pedersen
On Jul 24, 2014 4:52 AM, Nelson A. de Oliveira nao...@gmail.com wrote: Hi! I have about 3 million PNG files across some directories and I would like to optimize them. I did a shell script with this function: optimize () { pngquant --force --speed 1 --ext .png 16 $1

Re: tcgetattr: Invalid argument

2013-05-09 Thread Martin Møller Skarbiniks Pedersen
On 9 May 2013 20:11, Fratkin, Allyn al...@hp.com wrote: Perhaps the error is specific to Red Hat? I reproduced it with remote hosts running RHEL 5.2, 5.8, 6.3. The local host is RHEL 5.8. ANY invocation of stty, even without arguments, provokes the tcgetattr: Invalid argument error

Re: BUG: swap_activity broken on Debian in v20120322

2012-03-26 Thread Martin Møller Skarbiniks Pedersen
On 26 March 2012 13:53, Thomas Sattler satt...@med.uni-frankfurt.de wrote: Hi there ... swap_activity is broken on Debian in v20120322: Same problem on a older parallel: $ lsb_release -d Description:Ubuntu 10.04.4 LTS $ parallel --version | head -1 GNU parallel 20110822 $ seq 1 4 |

Feature request - {..} remove two level of extensions

2012-03-16 Thread Martin Møller Skarbiniks Pedersen
Hi, I have a feature request for GNU parallel. The option could be {..} or maybe {.2} and should remove the extension from a filename two times eg. $ ls track07.cdda.wav | parallel echo {..}.flac track07.flac I could use with when I extract files from a music disc with cdparanoia and then

Re: bash arrays in parallel

2012-01-10 Thread Martin Møller Skarbiniks Pedersen
On 9 January 2012 02:30, giorgos sermaidis linuxfe...@yahoo.gr wrote: Hello all, I am trying to run a program with different arguments which are read from a bash array. So far I had been doing x=(0.1 0.2 0.3) # the arguments for i in $(seq 0 1 2) do my_program ${x[$i]} done Correct