GNU Parallel - Silent exit and argument error The 2019 Stack Overflow Developer Survey Results...

Why did all the guest students take carriages to the Yule Ball?

What is special about square numbers here?

Is every episode of "Where are my Pants?" identical?

How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?

A pet rabbit called Belle

Segmentation fault output is suppressed when piping stdin into a function. Why?

Why does the Event Horizon Telescope (EHT) not include telescopes from Africa, Asia or Australia?

The variadic template constructor of my class cannot modify my class members, why is that so?

Windows 10: How to Lock (not sleep) laptop on lid close?

How many people can fit inside Mordenkainen's Magnificent Mansion?

Why can't devices on different VLANs, but on the same subnet, communicate?

How to delete random line from file using Unix command?

How to copy the contents of all files with a certain name into a new file?

In horse breeding, what is the female equivalent of putting a horse out "to stud"?

Does Parliament hold absolute power in the UK?

What are these Gizmos at Izaña Atmospheric Research Center in Spain?

Who or what is the being for whom Being is a question for Heidegger?

Finding the path in a graph from A to B then back to A with a minimum of shared edges

Am I ethically obligated to go into work on an off day if the reason is sudden?

Hopping to infinity along a string of digits

"... to apply for a visa" or "... and applied for a visa"?

Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?

Why can't wing-mounted spoilers be used to steepen approaches?

Did the new image of black hole confirm the general theory of relativity?



GNU Parallel - Silent exit and argument error



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionPoor Man's GNU Parallel implemented in ksh?Can GNU Parallel execute more parallel processes?Parallelise rsync using GNU Parallelgnu parallel with no argument scriptGNU parallel and basefile outside of pwd?GNU Parallel to process multiple files in parallel in Unix with bashGNU Parallel: startup script on each nodeKeeping dirs in order with GNU Parallelgnu parallel pair argument with file input argumentsgnu parallel exit process with timeout





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I tried performing the full installation from: http://git.savannah.gnu.org/cgit/parallel.git/tree/README



The installation was successful.



There is NO conflict with Tollef's parallel. The below content of man parallel justifies that:



Reader’s guide
If you prefer reading a book buy GNU Parallel 2018 at http://www.lulu.com/shop/ole-tange/gnu-parallel-2018/paperback/product-23558902.html or download it at:
https://doi.org/10.5281/zenodo.1146014


But I am facing below issues:





  1. On running just parallel the command exits silently.



    (19-04-13 22:23:57) <0> [~]  
    dev-dsk % parallel

    (19-04-13 22:31:37) <0> [~]
    dev-dsk %



  2. On running any command including parallel --version gives following error:



    (19-04-13 22:23:13) <1> [~]
    dev-dsk % parallel --version
    parallel: invalid option -- '-'
    parallel [OPTIONS] command -- arguments
    for each argument, run command with argument, in parallel
    parallel [OPTIONS] -- commands
    run specified commands in parallel


    Same error with running parallel --gnu.




NOTE: Please do NOT close this question, as the root-cause seems to be different here!










share|improve this question







New contributor




bit_cracker007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    0















    I tried performing the full installation from: http://git.savannah.gnu.org/cgit/parallel.git/tree/README



    The installation was successful.



    There is NO conflict with Tollef's parallel. The below content of man parallel justifies that:



    Reader’s guide
    If you prefer reading a book buy GNU Parallel 2018 at http://www.lulu.com/shop/ole-tange/gnu-parallel-2018/paperback/product-23558902.html or download it at:
    https://doi.org/10.5281/zenodo.1146014


    But I am facing below issues:





    1. On running just parallel the command exits silently.



      (19-04-13 22:23:57) <0> [~]  
      dev-dsk % parallel

      (19-04-13 22:31:37) <0> [~]
      dev-dsk %



    2. On running any command including parallel --version gives following error:



      (19-04-13 22:23:13) <1> [~]
      dev-dsk % parallel --version
      parallel: invalid option -- '-'
      parallel [OPTIONS] command -- arguments
      for each argument, run command with argument, in parallel
      parallel [OPTIONS] -- commands
      run specified commands in parallel


      Same error with running parallel --gnu.




    NOTE: Please do NOT close this question, as the root-cause seems to be different here!










    share|improve this question







    New contributor




    bit_cracker007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0


      1






      I tried performing the full installation from: http://git.savannah.gnu.org/cgit/parallel.git/tree/README



      The installation was successful.



      There is NO conflict with Tollef's parallel. The below content of man parallel justifies that:



      Reader’s guide
      If you prefer reading a book buy GNU Parallel 2018 at http://www.lulu.com/shop/ole-tange/gnu-parallel-2018/paperback/product-23558902.html or download it at:
      https://doi.org/10.5281/zenodo.1146014


      But I am facing below issues:





      1. On running just parallel the command exits silently.



        (19-04-13 22:23:57) <0> [~]  
        dev-dsk % parallel

        (19-04-13 22:31:37) <0> [~]
        dev-dsk %



      2. On running any command including parallel --version gives following error:



        (19-04-13 22:23:13) <1> [~]
        dev-dsk % parallel --version
        parallel: invalid option -- '-'
        parallel [OPTIONS] command -- arguments
        for each argument, run command with argument, in parallel
        parallel [OPTIONS] -- commands
        run specified commands in parallel


        Same error with running parallel --gnu.




      NOTE: Please do NOT close this question, as the root-cause seems to be different here!










      share|improve this question







      New contributor




      bit_cracker007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I tried performing the full installation from: http://git.savannah.gnu.org/cgit/parallel.git/tree/README



      The installation was successful.



      There is NO conflict with Tollef's parallel. The below content of man parallel justifies that:



      Reader’s guide
      If you prefer reading a book buy GNU Parallel 2018 at http://www.lulu.com/shop/ole-tange/gnu-parallel-2018/paperback/product-23558902.html or download it at:
      https://doi.org/10.5281/zenodo.1146014


      But I am facing below issues:





      1. On running just parallel the command exits silently.



        (19-04-13 22:23:57) <0> [~]  
        dev-dsk % parallel

        (19-04-13 22:31:37) <0> [~]
        dev-dsk %



      2. On running any command including parallel --version gives following error:



        (19-04-13 22:23:13) <1> [~]
        dev-dsk % parallel --version
        parallel: invalid option -- '-'
        parallel [OPTIONS] command -- arguments
        for each argument, run command with argument, in parallel
        parallel [OPTIONS] -- commands
        run specified commands in parallel


        Same error with running parallel --gnu.




      NOTE: Please do NOT close this question, as the root-cause seems to be different here!







      linux rhel gnu gnu-parallel amazon-linux






      share|improve this question







      New contributor




      bit_cracker007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      bit_cracker007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      bit_cracker007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 15 mins ago









      bit_cracker007bit_cracker007

      1011




      1011




      New contributor




      bit_cracker007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      bit_cracker007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      bit_cracker007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          bit_cracker007 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f512332%2fgnu-parallel-silent-exit-and-argument-error%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          bit_cracker007 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          bit_cracker007 is a new contributor. Be nice, and check out our Code of Conduct.













          bit_cracker007 is a new contributor. Be nice, and check out our Code of Conduct.












          bit_cracker007 is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f512332%2fgnu-parallel-silent-exit-and-argument-error%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Hudson River Historic District Contents Geography History The district today Aesthetics Cultural...

          The number designs the writing. Feandra Aversely Definition: The act of ingrafting a sprig or shoot of one...

          Ayherre Geografie Demografie Externe links Navigatiemenu43° 23′ NB, 1° 15′ WL43° 23′ NB, 1°...