this post was submitted on 12 Mar 2024
757 points (98.8% liked)

Programmer Humor

32443 readers
944 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

source

img title="I don't know what's worse--the fact that after 15 years of using tar I still can't keep the flags straight, or that after 15 years of technological advancement I'm still mucking with tar flags that were 15 years old when I started."

(page 2) 48 comments
sorted by: hot top controversial new old
[–] NegativeLookBehind@lemmy.world 8 points 8 months ago

tar -cvf CowsLookLikeMaps.tar CowsLookLikeMaps

[–] riodoro1@lemmy.world 7 points 8 months ago

I just remember zxvf, but if I have to do anything else then extract a tar.gz we’re fucked.

[–] lefixxx@lemmy.world 5 points 8 months ago

tldr tar | head -n 1

[–] lemmyseizethemeans@lemmygrad.ml 5 points 8 months ago (4 children)

Yeah tar is easy. Regex on the other hand..

[–] Deebster@programming.dev 4 points 8 months ago* (last edited 8 months ago)

I can remember regex, but I need to check tar almost every time.

[–] Blackmist@feddit.uk 2 points 8 months ago

Regex, the write only language.

[–] ICastFist@programming.dev 2 points 8 months ago

Nothing a .* can't solve

[–] entropicdrift@lemmy.sdf.org 1 points 8 months ago

Oh jeez, I use regex at least 2-3 times a week. It's really not too bad for simple stuff and doing basic search and replace operations in text editors

[–] Johanno@feddit.de 3 points 8 months ago (1 children)
[–] baseless_discourse@mander.xyz 4 points 8 months ago

Or just double click.

[–] Dehydrated@lemmy.world 3 points 8 months ago

tar -xvf is the only one I know

And I think it was tar -cvf for creating .tar files?

[–] toastal@lemmy.ml 2 points 8 months ago

I always liked dtrx (do the right extraction)

[–] MonkderZweite@feddit.ch 2 points 8 months ago

Btw, GNU tar has long options.

[–] Socsa@sh.itjust.works 1 points 8 months ago

tar -h

I'll take my award in all ones please

load more comments
view more: ‹ prev next ›