FreeBSD Manual Pages
BREGEX(1) Backup Archiving REcovery Open Sourced BREGEX(1) NAME bregex - Bareos's 'regex' engine SYNOPSIS bregex [options] -f <data-file> DESCRIPTION This manual page documents briefly the bregex command. This program can be useful for testing regex expressions to be applied against a list of filenames. 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 regular expression 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 num- ber. You will then be prompted again for another pattern. -n Print lines that do not match -l Suppress lines numbers. SEE ALSO regex(7) AUTHOR This manual page was written by Bruno Friedmann <bruno@ioda-net.ch>. Kern Sibbald 30 October 2011 BREGEX(1)
NAME | SYNOPSIS | DESCRIPTION | OPTIONS | SEE ALSO | AUTHOR
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bregex&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>