Scroll to navigation

MBK_IN_FILTER(1) MBK ENVIRONMENT VARIABLES MBK_IN_FILTER(1)

NAME

MBK_IN_FILTER - define the input filter

ORIGIN

This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Université Pierre et Marie CURIE, in Paris, France.

Web : http://asim.lip6.fr/recherche/alliance/
E-mail : alliance-users@asim.lip6.fr

DESCRIPTION

MBK_IN_FILTER set the input filter for reading compressed Alliance files. Filter is typically a string containing filename and options. This filter must read compressed data flow on it standard input and write non compressed data flow on it standard output. Files are taken in the first directory where they are found according to the environment variable MBK_CATA_LIB. If a file compressed version and a file non compressed version exist booth in the same directory, the non compressed is opended, and a warning message is supllyed. To activate filters, variable MBK_FILTER_SFX must be set.

EXAMPLE

Opening compressed files with gzip :
	setenv MBK_IN_FILTER "/asim/gnu/bin/gunzip -c"
	setenv MBK_FILTER_SFX ".gz"

SEE ALSO

mbk(3), MBK_FILTER_SFX(1), MBK_OUT_FILTER(1), mbkenv(3).

BUG REPORT

This tool is under development at the ASIM department of the LIP6 laboratory.
We need your feedback to improve documentation and tools.

October 1, 1999 ASIM/LIP6