t — Lists the names of specified objects in the database in alphabetical order depending on the argument given.
The t command with no object argument lists the name of every object in the database (in alphabetical order) except those marked as hidden with the hide command. If the object argument is supplied, only those objects are listed. The object argument may include regular expressions for matching. The following options are also allowed:
a - list all objects in the database.
c - list all nonhidden combinations in the database.
r - list all nonhidden regions in the database.
s - list all nonhidden shapes in the database.
The t command is a synonym for the ls command. Note that when any of the above options are used, the output is not formatted.
The five examples show the use of the t command with different arguments to list names of objects, combinations, regions, or shapes.
Example 1. List all objects with names beginning with "shape."
mged>
t shape*
Lists all objects with names beginning with shape. (output is formatted)
Example 2. List all objects with names beginning with "shape."
mged>
t -a shape*
Lists all objects with names beginning with shape.
Example 3. List all shapes with names beginning with wheel.
mged>
t -s wheel*
Lists all shapes with names beginning with wheel.
Example 4. List all regions with names beginning with wheel.
mged>
t -r wheel*
Lists all regions with names beginning with wheel.
Example 5. List all combinations with names beginning with suspension.
mged>
t -c suspension*
Lists all combinations with names beginning with suspension.
Reports of bugs or problems should be submitted via electronic
mail to <devs@brlcad.org>