$Header: /usr/src/docbook-to-man/cmd/RCS/docbook-to-man.sh,v 1.3 1996/06/17 03:36:49 fld Exp $

transcript compatibility for postscript use.

synopsis: .P! <file.ps>

\. .fl \" force out current output buffer \\!%PB \\!/showpage{}def the following is from Ken Flowers -- it prevents dictionary overflows
\\!/tempdict 200 dict def tempdict begin .fl \" prolog .sy cat \\$1\" bring in postscript file the following line matches the tempdict above
\\!end % tempdict % \\!PE \\!. .. .. . ft \\*(f4 . ds f4\" ' br \} . ft \\*(f3 . ds f3\" ' br \} . ft \\*(f2 . ds f2\" ' br \} . ft \\*(f1 . ds f1\" ' br \} ..
"flow-merge" "1"
"NAME"
flow-merge \(em Merge flow files.
"SYNOPSIS"

flow-merge [-aghm] [-b big|little] [-C comment] [-d debug_level] [-o filename] [-z z_level] [file|directory ...]

"DESCRIPTION"

The flow-merge utility processes files and/or directories of files in the flow-tools format. The resulting merged data set is written to the standard output or file specified by -o. If file is a single dash (`-') or absent, flow-merge will read from the standard input. Unlike flow-cat, flow-merge interleaves flow records preserving the relative chronological order.

"OPTIONS"
"-a" 10
Do not ignore filenames that begin with tmp.
"-b big|little" 10
Byte order of output.
"-C Comment" 10
Add a comment.
"-d debug_level" 10
Enable debugging.
"-g" 10
Sort file list by capture start time before processing.
"-h" 10
Display help.
"-m" 10
Disable the use of mmap().
"-p" 10
Preload headers. Use to preserve meta information such as lost flows.
"-o file" 10
Write to file instead of the standard out.
"-z z_level" 10
Configure compression level to z_level. 0 is disabled (no compression), 9 is highest compression.
"file|directory..." 10
Process the files and/or directory.
"EXAMPLES"

Merge all flow files begining with ft-v05.2001-05.01, use flow-print to display the results.

flow-merge ft-v05.2001-05-01.* | flow-print

"BUGS"

None known.

"AUTHOR"

Larry Lidz ellidz@eridu.uchicago.edu

"SEE ALSO"

flow-tools(1) created by instant / docbook-to-man, Thu 11 Feb 2021, 21:34