Difference between revisions of "MGED CMD Percent"

From BRL-CAD
(https://m.youtube.com/watch?v=J6QJ-z6fDEQ - "YES - Close to The Edge (Full Album) - YouTube")
m (Reverted edits by User000name (talk) to last revision by Ssd)
 
Line 17: Line 17:
  
 
==Description==
 
==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).
+
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).
 +
 
  
 
==Example(s)==
 
==Example(s)==

Latest revision as of 18:15, 5 December 2017


%[edit]

Syntax[edit]

%


Argument(s)[edit]

No Arguments for this command.


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

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)[edit]

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


See Also[edit]

No related commands.



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