From 2b07c041cb218eca6e548bac9c4347f8a90c474c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 17 Sep 2024 05:51:28 +0200 Subject: Adding upstream version 11.74. Signed-off-by: Daniel Baumann --- doc/qsre.1.html | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 doc/qsre.1.html (limited to 'doc/qsre.1.html') diff --git a/doc/qsre.1.html b/doc/qsre.1.html new file mode 100644 index 0000000..39753ba --- /dev/null +++ b/doc/qsre.1.html @@ -0,0 +1,56 @@ + + +Man page of QSRE + + + +

QSRE

+Section: qsre man page (1)
Updated: May 2023
Index +Return to Main Contents
+ +

+  +

NAME

+ +qsre matches a regular expression against test strings. +  +

SYNOPSIS

+ +qsre <string>|<path> <pcre>|<path> +  +

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. +  +

OPTIONS

+ +
+
<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). +
<pcre>|<path>
+The second argument either defines a regular expression or a path to a file containing the expression. +
+  +

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) +  +

AUTHOR

+ +Pascal Buchbinder, http://mod-qos.sourceforge.net/ +

+ +


+ 

Index

+
+
NAME
+
SYNOPSIS
+
DESCRIPTION
+
OPTIONS
+
SEE ALSO
+
AUTHOR
+
+
+ + + -- cgit v1.2.3