Was trying to extract a totally legit copy of Skate 3 I downloaded today to play on my Steam Deck

you are viewing a single comment's thread
view the rest of the comments
[–] 15 points 2 years ago (1 child)

I just can recall tar xvzf but can't even remember what it's supposed to do.

  • source
  • hideshow 2 child comments
  • [–] 29 points 2 years ago (3 children)

    eXtract, Verbose, gZip, File.

    Not sure why it doesn’t need the dash though.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 16 points 2 years ago (1 child)

    The dash used to be how to could tell how long someone had been using tar. If they started with Linux, they probably use a dash. If they started on a UNIX variant, they probably don’t. Either way, the dash isn’t needed.

    Also recently learned that recent versions of tar will autodetect compression. So for extraction, you just need “tar xf “

  • source
  • parent
  • hideshow 2 child comments