MGED CMD journal

From BRL-CAD
Revision as of 08:19, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =journal= __TOC__ ==Syntax== :journal [-d] [journal_file_name] ==Argument(s)== : ''' [-d]''' :: Optional. Includes delays between commands. : ''' [journal_file_nam...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


journal

Syntax

journal [-d] [journal_file_name]


Argument(s)

[-d]
Optional. Includes delays between commands.
[journal_file_name]
Optional. File to log journaling to.


Return Value(s)

No Return Values for this command.


Description

The "journal" command starts or stops the journaling of MGED commands to a file. If executed with no arguments, the command stops journaling. If journal_file_name is provided, that file will become the recipient of the journaling. If a -d option is also provided, the journaling will include the delays between commands. Journaling is off by default.


Example(s)

mged> journal journal_file
Start journaling to journal_file.


See Also

hist
history
hist_add

Page Generated by David Loman on: 10/11/2007 at: 1:14:21 PM