Difference between revisions of "MGED CMD Percent"

From BRL-CAD
(New page: Category:MGED =%= __TOC__ ==Syntax== :% ==Argument(s)== : No Arguments for this command. ==Return Value(s)== : No Return Values for this command. ==Description== Start a "/bin...)
 
m
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|*]]
  
 
=%=
 
=%=

Revision as of 11:40, 15 November 2009


%

Syntax

%


Argument(s)

No Arguments for this command.


Return Value(s)

No Return Values for this command.


Description

Start a "/bin/sh" shell process for the user. The mged prompt will be replaced by a system prompt for the shell, and the user may perform any legal shell commands. The mged process waits for the shell process to finish, which occurs when the user exits the shell. This only works in a command window associated with a tty (i.e., the window used to start mged in classic mode).


Example(s)

mged> %
Starts a new shell process
$ ls -al
Issue any shell commands
$ exit
Exit the shell
mged>
Continue editing in MGED


See Also

No related commands.



Page Generated by David Loman on: 10/11/2007 at: 9:24:06 AM