flow-merge(1) General Commands Manual 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 debug_level]
10       [-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
17       flow-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
39                 lost flows.
40
41       -o file   Write to file instead of the standard out.
42
43       -z z_level
44                 Configure compression level to  z_level.  0 is  disabled  (no
45                 compression), 9 is highest compression.
46
47       file|directory...
48                 Process the files and/or directory.
49

EXAMPLES

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

BUGS

57       None known.
58

AUTHOR

60       Larry Lidz ellidz@eridu.uchicago.edu
61

SEE ALSO

63       flow-tools(1)
64
65
66
67                                                                 flow-merge(1)
Impressum