home *** CD-ROM | disk | FTP | other *** search
- ______ ____ ____ ______ __
- / __ // __ \ / __ \ / ____/ / /
- / /_/ // / / // /_/ // /___ ______ ______ _____ ______ / /___
- / ____// / / // __ //___ // ____// __ // .__// ____// __ /
- / / / /_/ // /_/ /____/ // __/_ / __ // / / /___ / / / /
- /_/ /_____//_____//_____//_____//_/ /_//_/ /_____//_/ /_/
-
- - PDBSearch 1.0 -
-
- (Copyright ©1995 Jérome Souquières)
-
-
- PDBSearch is a CLI-only utility that allows you to search a particular
- program in a database without loading PDBase.
-
- The argument template is:
-
- BASE/A,PATTERN/A,PROG/S,FILE/S,LINK/S,COMMENT/S
-
- * BASE : name of the database file to scan.
- * PATTERN : pattern to compare with the following items:
- * PROG : the pattern is compared to the name of each program.
- * FILE : the pattern is compared to the name of each file of each program.
- * LINK : the pattern is compared to the name of each link of each program.
- * COMMENT : the pattern is compared to the comment of each program.
-
- When a program meeting the requirements is found, it is displayed on the
- standard output.
-
- Note: you can stop the scan when you want with CONTROL-C.
-
-