Difference between revisions of "MGED CMD Percent"

From BRL-CAD
m
(https://m.youtube.com/watch?v=J6QJ-z6fDEQ - "YES - Close to The Edge (Full Album) - YouTube")
Line 17: Line 17:
  
 
==Description==
 
==Description==
Start a "/bin/sh"  shell process for the user. The <I>mged</I>  prompt will be replaced by a system prompt for the shell, and the user may perform any legal shell commands. The <I>mged</I> 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 <I>mged</I> in classic mode).
+
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)==
 
==Example(s)==

Revision as of 09:02, 23 November 2017


%

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