shell cmd
Purpose
Interface to the operating system.
Parameters
- cmd
-
Command to be sent to the operating system.
Note that this implies opening a new shell.
If
cmd is omitted a new shell
is presented. You return to your session prompt
by typing exit or return.
Remark
none
Examples
shell vi myfile.gd
Calls the editor vi to change a file from within your session.
Last updated: M.Kraemer,
$Id: cmdcmdshell.html,v 1.2 2024/12/20 10:34:00 kraemer Exp $