So confused. Wasn’t this what cat
was originally intended for?
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
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.
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.
From the link: Note: this repository has been marked read-only. Similar functionality can be achieved with diff and patch.