logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bwild - Bacula's 'wildcard' engine

Author

       This manual page was written by Bruno Friedmann <bruno@ioda-net.ch>.  This man page document is  released
       under the BSD 2-Clause license.

Kern Sibbald                                     30 October 2011                                        BWILD(8)

Description

       This manual page documents briefly the bwild command.
       This is a simple program that will allow you to test wild-card expressions against a file of data.

Name

        bwild - Bacula's 'wildcard' engine

Options

       A summary of options is included below.

       -?     Show version and usage of program.

       -dnn  Set debug level to nn.

       -dt    Print timestamp in debug output

       -f<data-file>
              The data-file is a filename that contains lines of data to be matched (or not) against one or more
              patterns.  When  the program is run, it will prompt you for a wild-card pattern, then apply it one
              line at a time against the data in the file. Each line that matches will be  printed  preceded  by
              its line number. You will then be prompted again for another pattern.
              Enter  an  empty line for a pattern to terminate the program. You can print only lines that do not
              match by using the -n option, and you can suppress printing of line numbers with the -l option.

       -n     Print lines that do not match

       -l     Suppress lines numbers.

       -i     use case insensitive match.

See Also

fnmatch(3)

Synopsis

bwild [options] -f<data-file>

See Also