Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Cleaned up the grammar describing the 'tar:' filesystem

...

Now we will treat the file as a tar: file and navigate inside this archive we will append by appending a "!" and navigate to specifying the path /tardir/content.txt.gz.

tar:file:///extra/data/tryVfs/archive.tar!/tardir/content.txt.gz

Finally we will use switch to the gz: file system to read the uncompressed content.txt (again using the "!" separator character)

...