expand — Performs matching of the shell globbing pattern with the names of all the objects in the database. It returns all those that successfully match.
Performs matching of the globbing_expression with the names of all the objects in the database. It returns all those that successfully match.
The example shows the use of the expand command to display a list of all database object names having a particular ending.
Example 1. Display a list of database object names having a particular ending.
mged>
expand *.r
A list of all database object names that end in .r is displayed.
Reports of bugs or problems should be submitted via electronic
mail to <devs@brlcad.org>