MGED CMD db glob
From BRL-CAD
Revision as of 07:35, 23 November 2017 by User000name (talk | contribs)
db_glob
Contents
Syntax
- db_glob cmd_string
Argument(s)
- cmd_string
- Command to be globbed.
Return Value(s)
- No Return Values for this command.
Description
Globs cmd_string against the MGED database resulting in an expanded command string.
Example(s)
- mged> db_glob "l r23\[0-9\]"
- l r230 r231 r232 r233 r234 r235 r236 r237 r238 r239
>> Returns a command string to list objects r230 through r239.
See Also
- No related commands.
Page Generated by David Loman on: 10/11/2007 at: 12:22:16 PM