[Next] [Prev] [Right] [Left] [Up] [Index] [Root]
Performing shell commands from Magma

Performing shell commands from Magma

To execute a command in the UNIX shell from within Magma, type

    %! COMMAND 

After COMMAND is executed, a return is made to Magma.

Example

> %! ls
temp    foo     texfiles     

[Next] [Prev] [Right] [Left] [Up] [Index] [Root]