1BWILD(8) Network backup, utilities BWILD(8)
2
3
4
6 bwild - Bacula's 'wildcard' engine
7
9 bwild [options] -f <data-file>
10
12 This manual page documents briefly the bwild command.
13 This is a simple program that will allow you to test wild-card expresâ
14 sions against a file of data.
15
17 A summary of options is included below.
18
19 -? Show version and usage of program.
20
21 -d nn Set debug level to nn.
22
23 -dt Print timestamp in debug output
24
25 -f <data-file>
26 The data-file is a filename that contains lines of data to be
27 matched (or not) against one or more patterns. When the program
28 is run, it will prompt you for a wild-card pattern, then apply
29 it one line at a time against the data in the file. Each line
30 that matches will be printed preceded by its line number. You
31 will then be prompted again for another pattern.
32 Enter an empty line for a pattern to terminate the program. You
33 can print only lines that do not match by using the -n option,
34 and you can suppress printing of line numbers with the -l
35 option.
36
37 -n Print lines that do not match
38
39 -l Suppress lines numbers.
40
41 -i use case insensitive match.
42
44 fnmatch(3)
45
47 This manual page was written by Bruno Friedmann <bruno@ioda-net.ch>.
48 This man page document is released under the BSD 2-Clause license.
49
50
51
52Kern Sibbald 30 October 2011 BWILD(8)