MGED CMD hist
From BRL-CAD
hist[edit]
- This is a developer command.
Contents
Syntax[edit]
- hist subcommand
Argument(s)[edit]
- subcommand
- Add, next or prev
Return Value(s)[edit]
- A command from the command history.
Description[edit]
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)[edit]
- 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[edit]
Page Generated by David Loman on: 10/11/2007 at: 1:01:49 PM