MGED CMD hist
From BRL-CAD
Revision as of 07:15, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =hist= :: This is a developer command. __TOC__ ==Syntax== :hist ''subcommand'' ==Argument(s)== : '''subcommand''' :: '''Add''', '''next''' or '''prev''' ==Return Val...)
hist
- This is a developer command.
Contents
Syntax
- hist subcommand
Argument(s)
- subcommand
- Add, next or prev
Return Value(s)
- A command from the command history.
Description
This command is used to maintain command history. Hist accepts the following subcommands:
- add command This adds command to the history list of commands executed during the current MGED session. If command is more than one word, it must be surrounded by braces (i.e., {make box arb8}).
- next This returns the next command in the command history list.
- prev This returns the previous command in the command history list.
Example(s)
- mged> hist add {ae 35 25}
- Add the command "ae 35 25" to the history list.
- mged> ae 0 90
- mged> hist prev
- Returns the previous command, i.e. ae 0 90.
See Also
Page Generated by David Loman on: 10/11/2007 at: 1:01:49 PM