$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-split" "1"
"NAME"
flow-split \(em Split flow files into smaller files.
"SYNOPSIS"

flow-split [-gGhn] [-b big|little] [-C comment] [-d debug_level] [-N nflows] [-o outfile_basename] [-T nseconds] [-z z_level]

"DESCRIPTION"

The flow-split utility will split a flow file into smaller files based on the the number of flows or the ammount of time that has passed.

"OPTIONS"
"-b big|little" 10
Byte order of output.
"-C Comment" 10
Add a comment.
"-d debug_level" 10
Enable debugging.
"-g" 10
Split on source tag.
"-G" 10
Split on destination tag.
"-h" 10
Display help.
"-n" 10
Use symbols for tag field in filename.
"-N nflows" 10
Split after processing nflows.
"-o outfile_basename" 10
The basename of the resulting files.
"-T nsecond" 10
Split after processing an interval of nseconds flows.
"-z z_level" 10
Configure compression level to z_level. 0 is disabled (no compression), 9 is highest compression.
"EXAMPLES"

Create 1 minute flow files from the flow archive in /flows/krc4. Store the results in /flows/krc4.split

flow-cat /flows/krc4 | flow-split -T60 -o /flows/krc4.split/1min.

"BUGS"

None known.

"AUTHOR"

Mark Fullmer maf@splintered.net

"SEE ALSO"

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