See also entry in DESCRIPTION file
Usage: check_dbasenr [options] database
This script returns the row number of a given database.
The row number is also given as the return status. A return
status of 0 means something went wrong.
options: -h => this help screen
-a => returns all row numbers of all databases
-c CMD => set pdm command to CMD
-v => verbose (debug mode)
-m xxx => set MAX_NR_OF_DBASES to xxx.
Author: Olaf Corten, the Netherlands
E-Mail: olafc@molding.fico.nl or ocorten@knoware.nl
################################################################################
# History:
#
# 20000313 Increased MAX_NR_OF_DBASES to 300.
# 19990429 Increased MAX_NR_OF_DBASES to 200.
# 19980710 first version
#
################################################################################
|