Penguin
Annotated edit history of exigrep(8) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 exigrep
2 !!!exigrep
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 exigrep - program to extract information from exim logs
14 !!SYNOPSIS
15
16
17 __exigrep__ ''[[-l] pattern [[logfile]
18 ...''
19 !!DESCRIPTION
20
21
22 __exigrep__ is a Perl script, provided in the util
23 directory, that extracts from one or more log files all
24 entries relevant to any message whose log entries contain at
25 least one that matches a given pattern. The pattern match is
26 case-insensitive. Thus one can search for all mail for a
27 given user or a given host, for example. If no logfiles are
28 specified, standard input is assumed.
29
30
31 The __-l__ flag means 'literal', that is, treat all
32 characters in the pattern as standing for themselves.
33 Otherwise the pattern must be a Perl regular expression. If
34 no file names are given on the command line, the standard
35 input is read.
36 !!OPTIONS
37
38
39 __-l__
40
41
42 The -l flag means 'literal', that is, treat all characters
43 in the pattern as standing for themselves
44 !!SEE ALSO
45
46
47 There is extensive documentation available in
48 ''/usr/share/doc/exim'' and in the info system regarding
49 exim. Please be sure to have the __exim-doc__ package
50 installed.
51 !!AUTHOR
52
53
54 This manual page was stitched together by Christoph Lameter
55 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.