1
2MBK_IN_FILTER(1) MBK ENVIRONMENT VARIABLES MBK_IN_FILTER(1)
3
4
5
7 MBK_IN_FILTER - define the input filter
8
9
10
12 This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM
13 team at LIP6 laboratory of Université Pierre et Marie CURIE, in Paris,
14 France.
15
16 Web : http://asim.lip6.fr/recherche/alliance/
17 E-mail : alliance-users@asim.lip6.fr
18
19
21 MBK_IN_FILTER set the input filter for reading compressed Alliance
22 files. Filter is typically a string containing filename and options.
23 This filter must read compressed data flow on it standard input and
24 write non compressed data flow on it standard output. Files are taken
25 in the first directory where they are found according to the environ‐
26 ment variable MBK_CATA_LIB. If a file compressed version and a file non
27 compressed version exist booth in the same directory, the non com‐
28 pressed is opended, and a warning message is supllyed. To activate fil‐
29 ters, variable MBK_FILTER_SFX must be set.
30
31
33 Opening compressed files with gzip :
34 setenv MBK_IN_FILTER "/asim/gnu/bin/gunzip -c"
35 setenv MBK_FILTER_SFX ".gz"
36
38 mbk(3), MBK_FILTER_SFX(1), MBK_OUT_FILTER(1), mbkenv(3).
39
40
41
42
43
44
45ASIM/LIP6 October 1, 1999 MBK_IN_FILTER(1)