<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Are you calling tar via a custom command?  tar itself looks to have
    a few options to print progress:<br>
    <br>
    <a class="moz-txt-link-freetext" href="https://www.gnu.org/software/tar/manual/html_section/tar_25.html">https://www.gnu.org/software/tar/manual/html_section/tar_25.html</a><br>
    <br>
    Although none of the options seem to know the archive's size, so
    aren't able to print a completion percentage.<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 16/12/2018 21:31, Person Withhats
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAL==zp1N8g-YC54qrtgudL+i5zW16GgdBhB7cVaEeHWgAostTw@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr">When running tar via CMake (in order to use
          cross-platform work-ability and what not) it'd be great to
          have a progress bar of any sort.
          <div><br>
          </div>
          <div>It's awkward to wait 30-60 minutes for file untarring
            with absolutely 0 information. I'm not aware of any way to
            do this through CMake directly, only alternative is e.g.
            python script that does the untar for me.</div>
          <div><br>
          </div>
          <div>Any suggestions? (sorry if this is reposted, can't
            remember if acc was approved before or after sending one
            time)<br>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
    </blockquote>
    <br>
  </body>
</html>