Printing output in full screen with auto detect for putty screen size“xrandr: Failed to get size of gamma...

Teaching a class likely meant to inflate the GPA of student athletes

What STL algorithm can determine if exactly one item in a container satisfies a predicate?

How to avoid typing 'git' at the begining of every git command

What would be the way to say "just saying" in German? (Not the literal translation)

Were tables of square roots ever in use?

If a Variant Human is Reincarnated, would they lose the feat and skill proficiency they started with?

Problem when solving differential equation

C++ logging library

Why Does Mama Coco Look Old After Going to the Other World?

Russian word for a male zebra

Who is "He that flies" in Lord of the Rings?

How to publish items after pipeline is finished?

Did Apple bundle a specific monitor with the Apple II+ for schools?

Varying the size of dots in a plot according to information contained in list

How can one's career as a reviewer be ended?

Is it okay to have a sequel start immediately after the end of the first book?

Is it possible to have 2 different but equal size real number sets that have the same mean and standard deviation?

Who voices the small round football sized demon In Good Omens

bash vs. zsh: What are the practical differences?

Was Self-modifying-code possible just using BASIC?

Do people with slow metabolism tend to gain weight (fat) if they stop exercising?

Analogy between an unknown in an argument, and a contradiction in the principle of explosion

Can a human be transformed into a Mind Flayer?

Please figure out this Pan digital Prince



Printing output in full screen with auto detect for putty screen size


“xrandr: Failed to get size of gamma for output default” for Guest CENTOS 6.6, HOST OS Windows 7 enterpriseCentOS 7 - running FFMPEG as a service






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







0















Using the following alias I were able to achieve BTC current price from Binance exchange.



alias binance="curl -sS 'https://api.binance.com/api/v1/ticker/price?symbol=BTCUSDT' | jq -r '.price | tonumber'"
alias btc="while sleep 1; do binance; done"


I've set the first alias which is binance in order to run second alias which is btc which will keep running till i cancel it via CTRL + C



What I'm looking to achieve is that once i run the alias of btc so i need the current price printed in full screen mode whatever the shell window through putty is small or large.



I'm using centos 7 terminal access via Putty










share|improve this question





























    0















    Using the following alias I were able to achieve BTC current price from Binance exchange.



    alias binance="curl -sS 'https://api.binance.com/api/v1/ticker/price?symbol=BTCUSDT' | jq -r '.price | tonumber'"
    alias btc="while sleep 1; do binance; done"


    I've set the first alias which is binance in order to run second alias which is btc which will keep running till i cancel it via CTRL + C



    What I'm looking to achieve is that once i run the alias of btc so i need the current price printed in full screen mode whatever the shell window through putty is small or large.



    I'm using centos 7 terminal access via Putty










    share|improve this question

























      0












      0








      0








      Using the following alias I were able to achieve BTC current price from Binance exchange.



      alias binance="curl -sS 'https://api.binance.com/api/v1/ticker/price?symbol=BTCUSDT' | jq -r '.price | tonumber'"
      alias btc="while sleep 1; do binance; done"


      I've set the first alias which is binance in order to run second alias which is btc which will keep running till i cancel it via CTRL + C



      What I'm looking to achieve is that once i run the alias of btc so i need the current price printed in full screen mode whatever the shell window through putty is small or large.



      I'm using centos 7 terminal access via Putty










      share|improve this question














      Using the following alias I were able to achieve BTC current price from Binance exchange.



      alias binance="curl -sS 'https://api.binance.com/api/v1/ticker/price?symbol=BTCUSDT' | jq -r '.price | tonumber'"
      alias btc="while sleep 1; do binance; done"


      I've set the first alias which is binance in order to run second alias which is btc which will keep running till i cancel it via CTRL + C



      What I'm looking to achieve is that once i run the alias of btc so i need the current price printed in full screen mode whatever the shell window through putty is small or large.



      I'm using centos 7 terminal access via Putty







      centos alias printf






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 46 mins ago









      αԋɱҽԃ αмєяιcαηαԋɱҽԃ αмєяιcαη

      5192726




      5192726






















          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
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f523782%2fprinting-output-in-full-screen-with-auto-detect-for-putty-screen-size%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
















          draft saved

          draft discarded




















































          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%2f523782%2fprinting-output-in-full-screen-with-auto-detect-for-putty-screen-size%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