MSH (VII) 6/15/72 MSH (VII)
NAME msh -- mini-shell
SYNOPSIS /etc/msh
DESCRIPTION msh is a heavily simplified version of the Shell.
It reads one line from the standard input file,
interprets it as a command, and calls the com-
mand.
The mini-shell supports few of the advanced fea-
tures of the Shell; none of the following charac-
ters is special:
> < $ \ ; &
However, "*", "[", and "?" are recognized and
glob is called. The main use of msh is to pro-
vide a command-executing facility for various in-
teractive sub-systems.
FILES --
SEE ALSO sh(I), glob(VII)
DIAGNOSTICS "?"
BUGS --