File: bwild.1

package info (click to toggle)
bareos 14.2.1%2B20141017gitc6c5b56-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 21,136 kB
  • sloc: ansic: 192,574; sh: 16,581; cpp: 15,290; makefile: 3,625; sql: 3,289; python: 768; lisp: 721; perl: 156; xml: 57; sed: 45; awk: 8
file content (70 lines) | stat: -rw-r--r-- 2,200 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
.\"                                      Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH BWILD 8 "30 October 2011" "Kern Sibbald" "Backup Archiving REcovery Open Sourced"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
 bwild \- Bareos's 'wildcard' engine
.SH SYNOPSIS
.B bwild
.RI [ options ]
.I -f <data\-file>
.br
.SH DESCRIPTION
This manual page documents briefly the
.B bwild
command.
.br
This is a simple program that will allow you to test wild-card expressions against a file of data.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invoke bold face and italics,
.\" respectively.
.SH OPTIONS
A summary of options is included below.
.TP
.B \-?
Show version and usage of program.
.TP
.BI \-d\  nn
Set debug level to \fInn\fP.
.TP
.BI \-dt
Print timestamp in debug output
.TP
.BI \-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.
.br
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.
.TP
.BI \-n
Print lines that do not match
.TP
.BI \-l
Suppress lines numbers.
.TP
.BI \-i
use case insensitive match.
.SH SEE ALSO
.BR fnmatch(3)
.br
.SH AUTHOR
This manual page was written by Bruno Friedmann
.nh
<bruno@ioda\-net.ch>.