ADDTO(9)
NAME
addto - add items to a database
SYNOPSIS
addto db.name [names]
DESCRIPTION
Add an item or items to the database stored in file db.name.
The items are specified by the argument 'names', where 'names'
is a list of pathnames. If a pathname is a directory file, then
all of the files in that directory are also added. If no argument
is given, the current directory is taken to be 'names'.
e.g. addto db.1 /
addto db.2 usr/bin/cc usr/bin/vi
SEE ALSO
cmpto(9), disp(9), delfm(9)