880
Old XKCD, still relevant (lemmy.dbzer0.com)

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
[-] b3an@lemmy.world 45 points 4 months ago

Somehow, idk why. This one is stuck in my head:

tar -zxvf filename.tar.gz
[-] far_university1990@feddit.de 85 points 4 months ago* (last edited 4 months ago)

tar xzvf

eXtract Ze Vucking File

[-] Bread@sh.itjust.works 16 points 4 months ago

I have to do this command often at work and I can never remember the letters perfectly. This is actually useful, thanks!

[-] BestBouclettes@jlai.lu 17 points 4 months ago* (last edited 4 months ago)

The bomb runs AIX. I'm sorry, you're dead

[-] MonkderDritte@feddit.de 7 points 4 months ago* (last edited 4 months ago)

tar zxvf filename.tar.gz file?

[-] BestBouclettes@jlai.lu 9 points 4 months ago

Nope, tar doesn't handle compression on AIX. So it would be something like gzip -cd filename.tar.gz | tar xvf -

[-] 9point6@lemmy.world 2 points 4 months ago

Same, never used a mnemonic for it or anything, just

zxvf

Like it's any other word

[-] MonkderDritte@feddit.de 2 points 4 months ago* (last edited 4 months ago)

z=zip (default in most tar), x=eXtract, v=verbose (not needed in most cases), f=target

[-] prettybunnys@sh.itjust.works 4 points 4 months ago

verbose … not needed?

If the words don’t happen how can I trust computer magic?

[-] InFerNo@lemmy.ml 2 points 4 months ago

Yeah, how do I know that the PC isn't slacking?

[-] Slotos@feddit.nl 2 points 4 months ago

Monitor the room temperature.

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

linuxmemes

20705 readers
2513 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