1FLOW-MERGE(1)                                                    FLOW-MERGE(1)
2
3
4

NAME

6       flow-merge - Merge flow files.
7

SYNOPSIS

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

DESCRIPTION

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

OPTIONS

21       -a     Do not ignore filenames that begin with tmp.
22
23       -b big|little
24              Byte order of output.
25
26       -C Comment
27              Add a comment.
28
29       -d debug_level
30              Enable debugging.
31
32       -g     Sort file list by capture start time before processing.
33
34       -h     Display help.
35
36       -m     Disable the use of mmap().
37
38       -p     Preload  headers.  Use to preserve meta information such as lost
39              flows.
40
41       -o file
42              Write to file instead of the standard out.
43
44       -z z_level
45              Configure compression level to  z_level. 0 is disabled (no  com‐
46              pression), 9 is highest compression.
47
48       file|directory...
49              Process the files and/or directory.
50

EXAMPLES

52       Merge all flow files begining with ft-v05.2001-05.01, use flow-print to
53       display the results.
54
55       flow-merge ft-v05.2001-05-01.* | flow-print
56

BUGS

58       None known.
59

AUTHOR

61       Larry Lidz <ellidz@eridu.uchicago.edu>
62

SEE ALSO

64       flow-tools(1)
65
66
67
68                                26 Август 2010                   FLOW-MERGE(1)
Impressum