e - execute a shell command				Matthew Miller

EXAMPLES:

e "echo hello"			echo "hello"
e "sh"				escape to the shell; ctl-d will return
				to comb

DESCRIPTION:

The argument of e is sent to the shell and executed.  All shell conventions
apply.

This document was last updated on Tue Oct 17 16:24:05 EDT 2000 by Marc W. Pound.