next up previous contents
Next: < command Up: Command descriptions Previous: Command Summary   Contents

Subsections


! command

Syntax

! command

Purpose

Run a program, or escape to a shell.

Comments

Any command typed here will be passed to the system for it to execute.

The bare command ! will spawn an interactive shell. Exiting the shell will return.

Examples

! ls *.ckt
Run the command ls *.ckt as if it were a shell command.

!
No arguments mean to spawn an interactive shell.



Al Davis 2002-03-26