Tcl Powered!NeoWebScript

Home
 
Download
User Info
New User FAQ
Tutorials
Demos
Commands
Variables
Troubleshooting
Sysop Info
Sysop FAQ
Theory
Installation
Management
Tests
Troubleshooting
Feedback
Resources
Release Notes
Credits
Disclaimer
DBKEYS - Neowebscript
Synopsis * Description

Return a list of all of the keys in the specified database matching pattern

Synopsis

  • dbkeys database ?-option value -option value ..?

Description

Return a list of all of the keys in the database database matching pattern. Pattern is in the style of a Unix wildcard. In other words, if you were looking for a key starting with horace, the pattern would be horace*. To match horace anywhere in the string, *horace*.

The options and their values are described below.

-project projectName
Tells the command what project to use.

-pattern pattern
Specifies a pattern of keys to look for. Default is *, or all keys.

Copyright © 1995-1999 NeoSoft Inc., 1770 St. James Place, Suite 500, Houston, TX 77056 USA. All Rights Reserved