Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mbk_in_filter(1) [debian man page]

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 Universite 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 fil- ters, 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. ASIM
/LIP6 October 1, 1999 MBK_IN_FILTER(1)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

gz and Z

what is file with extension gz for ? when I try to uncompree it, it said that it is bot compressed file any clue ? (1 Reply)
Discussion started by: yatno
1 Replies

2. UNIX for Advanced & Expert Users

Search first line of compressed file

I want to read a directory full of compressed files and move the file to another directory if it meets certain criteria. I only want to look at the first line of the compressed file and if I find the string, do the move. I am currently using the following: zgrep -R -L... (1 Reply)
Discussion started by: cbreiner
1 Replies

3. UNIX for Dummies Questions & Answers

compressed file

I compressed a file by using gzip command gzip <<xx>> filename changed to xx.gz How to view this xx.gz file. Any idea. Thanks in advance. (7 Replies)
Discussion started by: venkatesht
7 Replies

4. UNIX for Dummies Questions & Answers

Extracting data from many compressed files

I have a large number (50,000) of pretty large compressed files and I need only certain lines of data from them (each relevant line contains a certain key word). Each file contains 300 such lines. The individual file names are indexed by file number (file_name.1, file_name.2, ... ,... (1 Reply)
Discussion started by: Boltzmann
1 Replies

5. Shell Programming and Scripting

Passing gunzipped filename to a variable

Hi , Am trying to gunzip a file and pass the gunzipped file name to a variable , but its not taking up the value. Am trying to execute the command f=`gunzip <filename>`;echo $f. Here the file is getting gunzipped but the file name is not assigned to the variable. Any help on this will be useful.... (5 Replies)
Discussion started by: rogerben
5 Replies

6. UNIX for Dummies Questions & Answers

gunzip outputs gibberish

I run cygwin on windows 7, and have been using the windows command line. I've been trying to gunzip some previously compressed large sequence output files in .txt.gz format. This worked for about the first 10 files and then for the rest of them the file (as viewed using the 'head' command) is... (1 Reply)
Discussion started by: woceht
1 Replies

7. UNIX for Dummies Questions & Answers

Crontab

how can i create a personal entry for "user1" that creates a compressed version of the directory home/user1 every tuesday at 8.30pm and ensure the compressed version is forwarded to the users home directory ? thanks (1 Reply)
Discussion started by: erve1986
1 Replies