this post was submitted on 01 Nov 2023
603 points (98.1% liked)

Technology

58173 readers
3493 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Windows 11 adds native support for RAR, 7-Zip, Tar and other archive formats thanks to open-source library::undefined

you are viewing a single comment's thread
view the rest of the comments
[–] Valmond@lemmy.mindoki.com 6 points 10 months ago (2 children)

It's like when .zip was popular I guess?

Tar.gz is a two step thingy too (maybe under the hood 7z is too) so the extraction process always seems long?

[–] nulluser@programming.dev 10 points 10 months ago (2 children)

Pro tip: Tar knows what to do if you try to untar a tar.gz file. It Just Works(tm).

[–] lmaydev@lemmy.world 3 points 10 months ago (1 children)
[–] barsoap@lemm.ee 2 points 10 months ago (1 children)

Yes but can winzip do tape backups.

[–] nix@merv.news 3 points 10 months ago (1 children)

What do you use tape backups for?

[–] barsoap@lemm.ee 4 points 10 months ago

Nirvana bootlegs.

[–] Valmond@lemmy.mindoki.com 1 points 10 months ago

Yeah I know, and it's only useful rarely as if you can extract directly to the target, you don't need to have an intermediate copy (or do intermediate copying). Really nitpicking ofc.

[–] atzanteol@sh.itjust.works 1 points 10 months ago* (last edited 10 months ago)

Eh? 'tar xvf foo.tar.gz' is technically 2 steps I guess, but that's pretty well hidden from the user.