How to count number of variables passed to awk

Multi tool use
Multi tool use

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I am trying to invoke awk inside a bash script and passing some bash variables values to it. Is there any way to get a count of these variables and print all which are passed to it inside awk.



No. of variables passed to awk would be dynamic.



Below example



#!/bin/bash
NAME="Dell"
SERIAL="12345"
echo "Hello" | awk -v a=$NAME -v b=$SERIAL ' print a,b '








share

























    up vote
    0
    down vote

    favorite












    I am trying to invoke awk inside a bash script and passing some bash variables values to it. Is there any way to get a count of these variables and print all which are passed to it inside awk.



    No. of variables passed to awk would be dynamic.



    Below example



    #!/bin/bash
    NAME="Dell"
    SERIAL="12345"
    echo "Hello" | awk -v a=$NAME -v b=$SERIAL ' print a,b '








    share























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I am trying to invoke awk inside a bash script and passing some bash variables values to it. Is there any way to get a count of these variables and print all which are passed to it inside awk.



      No. of variables passed to awk would be dynamic.



      Below example



      #!/bin/bash
      NAME="Dell"
      SERIAL="12345"
      echo "Hello" | awk -v a=$NAME -v b=$SERIAL ' print a,b '








      share













      I am trying to invoke awk inside a bash script and passing some bash variables values to it. Is there any way to get a count of these variables and print all which are passed to it inside awk.



      No. of variables passed to awk would be dynamic.



      Below example



      #!/bin/bash
      NAME="Dell"
      SERIAL="12345"
      echo "Hello" | awk -v a=$NAME -v b=$SERIAL ' print a,b '






      bash awk





      share












      share










      share



      share










      asked 5 mins ago









      Bharat

      3649




      3649

























          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',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f475201%2fhow-to-count-number-of-variables-passed-to-awk%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f475201%2fhow-to-count-number-of-variables-passed-to-awk%23new-answer', 'question_page');

          );

          Post as a guest













































































          l,LpR VKs,K4,9n0SZSmVV EZgColQ2,rudY,aJ8SUH YVF0LTkP 8S Dm,YDRV MP6MzT1Bk0pVa4pGYDa0sJ7,ldOyQN
          vZIZDbNEdOB7FNyxKliI6WmW9iAJtTCN,k9Ckldqm,y63l59WvfMZmEEJDV

          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          How many registers does an x86_64 CPU actually have?

          Displaying single band from multi-band raster using QGIS