1132
you are viewing a single comment's thread
view the rest of the comments
[-] firelizzard@programming.dev 2 points 4 days ago* (last edited 4 days ago)

I almost never create a tarball, so I have to look up the syntax for that. Which is as simple as man tar. But as far as extracting it almost couldn't be easier, tar xf <tarball> and call it a day. Or if you want to list the contents without extracting, tar tf <tarball>. Unless you're using an ancient version of tar, it will detect and handle whatever compression format you're using without you having to remember if you need z or J or whatever.

this post was submitted on 07 May 2025
1132 points (100.0% liked)

Programmer Humor

23172 readers
914 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS