Difference between revisions of "MGED CMD apropos"
From BRL-CAD
(New page: Category:MGED =apropos= __TOC__ ==Syntax== :apropos keyword ==Argument(s)== : '''keyword''' :: Word to search for. ==Return Value(s)== : '''command list''' :: Returns all matches...) |
|||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Apropos]] |
− | + | [[category:MGED help|Apropos]] | |
=apropos= | =apropos= | ||
__TOC__ | __TOC__ |
Latest revision as of 08:36, 20 November 2009
apropos[edit]
Contents
Syntax[edit]
- apropos keyword
Argument(s)[edit]
- keyword
- Word to search for.
Return Value(s)[edit]
- command list
- Returns all matches for Keyword
Description[edit]
The "apropos" command searches through the one-line usage messages for each mged command and displays the name of each command where a match is found.
Example(s)[edit]
- mged> apropos region
- List all commands that contain the word "region" in their one-line usage messages.
See Also[edit]
Page Generated by David Loman on: 10/11/2007 at: 11:38:15 AM