Next: < command
Up: Command descriptions
Previous: Command Summary
  Contents
Subsections
! command
! command
Run a program, or escape to a shell.
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.
- ! 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