NAME
	!

SYNOPSIS
	! [UNIX command]

DESCRIPTION
	The ! (bang) passes the given command to the UNIX shell for execution.

	For example,

	!ls -l

	passes the ls -l command to the UNIX shell which displays the contents
	of the current directory.

	The command,

	!csh

	is used to enter the UNIX C-Shell while running PSD.

See Also: 
	run

