Adding upstream version 11.74.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
fb45dd789e
commit
24ecce9d56
92 changed files with 43156 additions and 0 deletions
19
tools/man1/qsre.1
Normal file
19
tools/man1/qsre.1
Normal file
|
@ -0,0 +1,19 @@
|
|||
.TH QSRE 1 "May 2023" "mod_qos utilities 11.74" "qsre man page"
|
||||
|
||||
.SH NAME
|
||||
qsre matches a regular expression against test strings.
|
||||
.SH SYNOPSIS
|
||||
qsre <string>|<path> <pcre>|<path>
|
||||
.SH DESCRIPTION
|
||||
Regular expression test tool. The provided regular expression (pcre, caseless matching, "." matches anything incl. newline) is appplied against the provided test strings to verify if the pattern matches.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
<string>|<path>
|
||||
The first argument either defines a single test string of a path to a file containing either multiple test strings or a test pattern with newline characters (text).
|
||||
.TP
|
||||
<pcre>|<path>
|
||||
The second argument either defines a regular expression or a path to a file containing the expression.
|
||||
.SH SEE ALSO
|
||||
qsdt(1), qsexec(1), qsfilter2(1), qsgeo(1), qsgrep(1), qshead(1), qslog(1), qslogger(1), qspng(1), qsrespeed(1), qsrotate(1), qssign(1), qstail(1)
|
||||
.SH AUTHOR
|
||||
Pascal Buchbinder, http://mod-qos.sourceforge.net/
|
Loading…
Add table
Add a link
Reference in a new issue