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

linuxmemes

20417 readers
1526 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
[–] prettybunnys@sh.itjust.works 51 points 3 months ago (3 children)

tar -czvf tar_name.tar.gz ./

[–] v_krishna@lemmy.ml 47 points 3 months ago (2 children)

I even read this aloud in my head as "CREATE ZE VUCKING FILE" in a particularly bad German accent same as over 20 years ago when a friend I worked for drilled it in my head.

[–] RealPuyo@lemmy.world 14 points 3 months ago (1 children)
[–] Edgarallenpwn@midwest.social 4 points 3 months ago

I didn't realize that was my default German voice in my head. Thx

lol that’s honestly a great mnemonic

[–] rockSlayer@lemmy.world 9 points 3 months ago (1 children)

Yep, have this one committed to memory. Though if it asked me to uncompress a tarball, then I'd be fucked

[–] thejml@lemm.ee 9 points 3 months ago* (last edited 3 months ago) (2 children)

tar xzvf this_awesome_file.tgz

… fixed. Apparently I can’t type.

[–] hallettj@leminal.space 10 points 3 months ago (1 children)

I think you want to remove the c because that means "create" an archive, and you're missing a z which applies gzip decompression/compression

[–] _thebrain_@sh.itjust.works 13 points 3 months ago (1 children)

I suppose it is tar version dependent, but on any recent Linux version I have used, you can just tar xvf <tar_name.tar.{z,gz,xz,etc}> and it will automatically figure out if it is compressed, what tools were used to compress it, and how to decompress it.

But you are right, x and c are mutually exclusive.

[–] thejml@lemm.ee 1 points 3 months ago

Yeap, apparently I can’t type. So, we’d all be dead anyway with that bomb.

[–] Aurenkin@sh.itjust.works 6 points 3 months ago (1 children)

File not found, now we are dead.

[–] prettybunnys@sh.itjust.works 3 points 3 months ago

Sounds like an error message from a valid tar command