add release dir

This commit is contained in:
Mario Fetka
2024-05-28 17:59:32 +02:00
parent 1a700daf11
commit 2d5eb9fe1c
142 changed files with 34106 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
The 'find' command (also known as the 'prog' command)
allows you to search the database for a specified pattern.
The usage is:
find <expression>
where the interpretation of <expression> depends on the
current value of the 'search' variable. Searches may be
performed in a number of different ways. See the help
section on the 'search' variable for a full explanation.
The output of find can be sorted in different ways,
depending on the value of the 'sortby' variable. See help
for the 'sortby' variable for a full explanation.
The output format of the results can be changed through
use of the "output_format" variable.
The search criteria can be further specified to be restricted
on domain names and pathname components. See the "domains"
comand and the "match_domain" and "match_path" variables.