![]() |
![]()
| ![]() |
![]()
NAMEflow-cat — Concatenate flow files SYNOPSISflow-cat [-aghmp] [-b big|little] [-C comment] [-d debug_level] [-o filename] [-t start_time] [-T start_time] [-z z_level] [file|directory ...] DESCRIPTIONThe flow-cat utility processes files and/or directories of files in the flow-tools format. The resulting concatenated data set is written to the standard output or file specified by -o. If file is a single dash (`-') or absent, flow-cat will read from the standard input. OPTIONS
TIME/DATE parsingstart_time and end_time parsing is implemented with
getdate.y, a commonly used function to process free-form time date
specifications. Example usage borrowed from cvs:
EXAMPLESConcatenate all flow files begining with ft-v05.2001-05.01, use flow-print to display the results.
Concatenate flow files in /flows/krc4, store store the output in compressed.flows at compression level 9 (best). The headers are preloaded so various metadata such as the flow count is correct in the result. Filenames begining with tmp which are typically in-progress flow files from flow-capture are not processed.
BUGSNone known. AUTHORMark Fullmer maf@splintered.net SEE ALSOflow-tools(1)
|