this post was submitted on 15 May 2024
879 points (98.5% liked)

linuxmemes

20463 readers
583 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

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
[–] [email protected] 15 points 3 months ago (1 children)

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

[–] [email protected] 28 points 3 months ago (3 children)

eXtract, Verbose, gZip, File.

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

[–] [email protected] 16 points 3 months ago (1 children)

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 “

[–] [email protected] 5 points 3 months ago
[–] [email protected] 14 points 3 months ago

I always learnt it as Xtract Zee File and to make a tar ball, you want to Compress Zee File

[–] best_username_ever 1 points 3 months ago

tar doesn’t need dashes because it’s weird.