<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    On 2021-09-01 13:50, Robert Goldman wrote:<br>
    <blockquote type="cite"
      cite="mid:91DA7776-797E-4CC0-A104-28169F4BD24B@sift.info">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <div style="font-family:sans-serif">
        <div style="white-space:normal">
          <p dir="auto">One thing I noticed is that your tar command is
            wrong. If the tar archive is compressed, you need to tell
            tar that. Try again with <code
              style="background-color:#F7F7F7; border-radius:3px;
              margin:0; padding:0 0.4em" bgcolor="#F7F7F7">tar -xzf</code>
            or <code style="background-color:#F7F7F7;
              border-radius:3px; margin:0; padding:0 0.4em"
              bgcolor="#F7F7F7">tar --gunzip -xf ...</code></p>
        </div>
      </div>
    </blockquote>
    No need for -z nor --gunzip in MacOS, because it auto-detects
    compression, e.g.,<br>
        bash$ tar -xp < foo.tar.gz<br>
    works in Mojave.<br>
    <br>
            Peace<br>
                --Devon
  </body>
</html>