Plan 9 from Bell Labs’s /usr/web/sources/contrib/quanstro/root/sys/man/8/ndbrequery

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


.TH NDBREQUERY 8
.SH NAME
requery \- search ndb tuple values by regular expression
.SH SYNOPSIS
.B ndb/requery
[
.B -i
] [
.B -f
.I ndbfile 
]
.I attr
.I regex
[
.I rattr
]
.SH DESCRIPTION
.I Ndb/requery
searches the database
.I dbfile
.RB ( /lib/ndb/local
by default)
for an attribute of type
.I attr
and value that matches 
.IR regex .
The
.B -i
flag specifies a case-insensitive search.
.SH FILES
.TF /lib/ndb/localxxx
.TP
.B /lib/ndb/local
default datbase
.SH SOURCE
.B /sys/src/cmd/ndb/requery.c
.SH "SEE ALSO"
.IR ndb (2),
.IR ndb (6),
.IR ndb (8),
.IR ndbtozone (8),
.SH BUGS

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.