this post was submitted on 08 Feb 2024
4 points (100.0% liked)

plaintext

43 readers
2 users here now

Links to anywhere plaintext: no images, no videos, no audio. Just text.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] sramder 2 points 9 months ago (1 children)

So confused. Wasn’t this what cat was originally intended for?

[–] bhamlin 1 points 9 months ago (1 children)

Perhaps? This includes functionality to extract the contained files though, which cat doesn't do. Tar basically does what this does, but metadata in tar is not human readable.

[–] sramder 1 points 9 months ago

Yeah, very true. I had not read the docs… nor really thought it through. It looks like they realized similar functionality could be had with patch and stopped development. That’s a bit of a shame, there’s certainly room for more than one implementation of anything.