Issue after GNU parallel **IMP**

2017-02-06 Thread rachit0412
HI Team We are stuck in middle of a hacking issue, which have been raised after I installed GNU parallel on one of our servers using below command. (wget -O - pi.dk/3 || curl pi.dk/3/ || fetch -o - http://pi.dk/3) | bash I was using below link for personal learning as well. https://www.gnu.org

GNU Parallel 20170206alpha released

2017-02-06 Thread Ole Tange
GNU Parallel 20170206alpha has been released. It is available for download at: http://alpha.gnu.org/gnu/parallel/ I would appreciate if people tried out the new features. New in this release: * --tee makes it possible to send all input to multiple jobs. The jobs can be generated using normal GNU

Re: GNU Parallel Bug Reports Issue after GNU parallel **IMP**

2017-02-06 Thread Ole Tange
On Mon, Feb 6, 2017 at 2:40 PM, wrote: > HI Team > > We are stuck in middle of a hacking issue, which have been raised after I > installed GNU parallel on one of our servers using below command. > > (wget -O - pi.dk/3 || curl pi.dk/3/ || fetch -o - http://pi.dk/3) | bash > > I was using below lin