debian man page for bwild

Query: bwild

OS: debian

Section: 8

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

BWILD(8)						     Network backup, utilities							  BWILD(8)

NAME
bwild - Bacula's 'wildcard' engine
SYNOPSIS
bwild [options] -f <data-file>
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.
OPTIONS
A summary of options is included below. -? Show version and usage of program. -d nn 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)
AUTHOR
This manual page was written by Bruno Friedmann <bruno@ioda-net.ch>. Kern Sibbald 30 October 2011 BWILD(8)
Related Man Pages
pcregrep(1) - redhat
bwild(8) - centos
bacula-fd(8) - debian
bacula-dir(8) - debian
grep(1) - minix
Similar Topics in the Unix Linux Community
Combining 2 lines in a file into 1 line
Print/delete the lines between two pattern.
Want to Insert few lines which are stored in some file before a pattern in another file
Print line if values in fields matches number and text
Get an output of lines in pattern 1st line then 10th line then 11th line then 20th line and so on.