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

Programmer Humor

32562 readers
426 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."

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 8 months ago (4 children)

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

[–] Deebster 4 points 8 months ago* (last edited 8 months ago)

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

[–] ICastFist 2 points 8 months ago

Nothing a .* can't solve

[–] [email protected] 2 points 8 months ago

Regex, the write only language.

[–] [email protected] 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