this post was submitted on 12 Mar 2024
9 points (100.0% liked)

Programmer Humor

32068 readers
524 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] 1 points 6 months ago (1 children)

If you can't tar to a pipe into ssh to a remote host and untar into an arbitrary location there, are you really using Unix?

[โ€“] [email protected] 2 points 6 months ago

I had to pipe dd through gzip over SSH recently to locally image a disk on a cloud server. That was fun.