Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Note that tar cannot do sequential access in this case because the archive is read from a pipe (from gzip), but for a tar in a regular file (uncompressed), it will not read the full content and will skip to the start of each file header in that archive (for -t to display the content) Commented Sep 30, 2012 at 21:50
  • thx to @sch: I will check this and adjust my answer as soon as possible Commented Oct 1, 2012 at 6:08
  • thx again @sch: I rewrote the post and hope now there are no more errors Commented Oct 7, 2012 at 9:11