1If you don't already have bzip2 and bzcat installed, this example
2won't work.
3
4Use the following configuration file (also in
5/usr/share/examples/mount_portal/rfilter.1.conf):
6
7bzcat/	rfilter	bzcat/	bzcat %s
8
9Mount this configuration file, with a command like:
10% mkdir portal
11% mount_portal `pwd`/myconf `pwd`/portal
12
13Now create a bzip2 file, and test whether it all works:
14% printf "This is\na test\nfile\n" >/tmp/bziptest
15% bzip2 /tmp/bziptest
16% cat portal/bzcat/tmp/bziptest.bz2
17