logoalt Hacker News

ahefnertoday at 4:00 AM1 replyview on HN

Do you really need a central directory? The tar and cpio file formats basically append files serially with a small header preceeding each one, and for most use cases this is sufficient.


Replies

toast0today at 4:43 AM

You don't need one, but it's convenient for listing the files in the archive without having to scan through it.