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 2 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] sramder 2 points 1 year ago (1 children)

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

[–] bhamlin 1 points 1 year 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 1 year 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.

[–] TomMasz 1 points 1 year ago

From the link: Note: this repository has been marked read-only. Similar functionality can be achieved with diff and patch.