Re: newbie ?

2017-04-06 Thread Ole Tange
On Tue, Apr 4, 2017 at 10:22 PM, ed bierly wrote: > my goal is to use this stdout so i think i need --pipe in order to tee out a > single stream > pbzip2 -cd 25Gzipped.bz2|parallel --pipe ... > > the awk program would now be like this > {if(a==$1)print $0>$1} What you are looking for is '--pipe

Re: ssh GSSAPI authentication issue

2017-04-06 Thread Ole Tange
On Wed, Apr 5, 2017 at 5:27 PM, Joe Sapp wrote: > I'm trying to run some remote jobs with parallel (20170322) via ssh, > but the authentication system here for ssh is set up to use GSSAPI. I : > For example, this works, with the command being run remotely and locally: > seq 10 | env_parallel -

Re: ssh GSSAPI authentication issue

2017-04-06 Thread Joe Sapp
On Thu, Apr 6, 2017 at 6:09 PM, Ole Tange wrote: > On Wed, Apr 5, 2017 at 5:27 PM, Joe Sapp wrote: > >> I'm trying to run some remote jobs with parallel (20170322) via ssh, >> but the authentication system here for ssh is set up to use GSSAPI. I > : >> For example, this works, with the command b

Re: newbie ?

2017-04-06 Thread ed bierly
thank you very much Ole could you point me to where i can get this capability for ubuntu 16.10 GNU parallel 20141022 thanks ed On Thu, Apr 6, 2017 at 6:04 PM, Ole Tange wrote: > On Tue, Apr 4, 2017 at 10:22 PM, ed bierly wrote: > > > my goal is to use this stdout so i think i need --pipe in o