Difference between revisions of "MGED CMD db glob"

From BRL-CAD
m
 
Line 18: Line 18:
  
 
==Description==
 
==Description==
Globs cmd_string against the MGED database resulting in an expanded command string.
+
Globs cmd_string against the [[MGED]] database resulting in an expanded command string.
 
 
  
 
==Example(s)==
 
==Example(s)==

Latest revision as of 08:35, 23 November 2017


db_glob[edit]

Syntax[edit]

db_glob cmd_string


Argument(s)[edit]

cmd_string
Command to be globbed.


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

Globs cmd_string against the MGED database resulting in an expanded command string.

Example(s)[edit]

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[edit]

No related commands.



Page Generated by David Loman on: 10/11/2007 at: 12:22:16 PM