1CIDUPDATE(1) User Contributed Perl Documentation CIDUPDATE(1)
2
3
4
6 cidupdate - update aliases in the NCID call file
7
9 cidupdate [--help|-h] [--man|-m] [--debug|-D]
10 [--verbose|-v <1-9>] [--version|-V]
11
12 cidupdate [--aliasfile | -a <file>]
13 [--cidlog | -c <file>]
14 [--ignore1 | -i]
15 [--regex | -R]
16 [--multi]
17
19 The cidupdate script updates the current call log file (cidcall.log)
20 using the entries found in the alias file (ncidd.alias).
21
22 If the "--multi" option is present, the current cidcall.log file and
23 previous call files are updated.
24
25 Options
26 -h, --help
27 Displays the help message and exits.
28
29 -m, --man
30 Displays the manual page and exits.
31
32 -D, --debug
33 Debug mode. Always enabled, reserved for future use.
34
35 -v, --verbose <1-9>
36 Output information while processing is occurring. Set the level
37 to a higher number for more information. Levels range from 1 to
38 9, but not all levels are used.
39
40 Default: verbose = 1
41
42 -V, --version
43 Displays the version and exits.
44
45 -a <file>, --aliasfile <file>
46 Set the alias file to <file>
47
48 Default: /etc/ncid/ncidd.alias
49
50 -c <file>, --cidlog <file>
51 Set the call file to <file>
52
53 Default: /var/log/cidcall.log
54
55 -i, --ignore1
56 This is a US/Canada option only.
57
58 A leading one in an alias definition and in the calling number
59 is ignored.
60
61 Normally an alias requires the calling number as it appears in
62 the cidcall.log. In the US a leading 1 may or may not be
63 provided in incoming or outgoing calls.
64
65 Default: The leading 1 must be in the alias if it is in the
66 calling number.
67
68 --multi
69 Updates the current cidcall.log file and all previous call
70 files.
71
72 Default: Updates only the cidcall.log file
73
74 -R, --regex <0-2>
75 If regex = 0, uses Simple Expressions.
76
77 If regex = 1, uses Posix Regular Expressions.
78
79 If regex = 2, uses Perl-compatible Expressions.
80
81 Default: Uses Simple Expressions
82
84 ncidd.conf.5, ncidd.alias.5, cidalias.1, cidcall.1
85
86
87
88perl v5.30.0 2019-07-25 CIDUPDATE(1)