Research V4 development
[unix-history] / man / man7 / msh.7
CommitLineData
5074f974
KT
1.th MSH VII 6/15/72
2.sh NAME
3msh \*- mini-shell
4.sh SYNOPSIS
5.bd /etc/msh
6.sh DESCRIPTION
7.it Msh
8is a heavily simplified version of the Shell.
9It reads one line from the standard
10input file, interprets it as a command, and calls the command.
11.s3
12The mini-shell supports few of the advanced features
13of the Shell; none of the following characters is special:
14.s3
15 > < $ \\ ; & \*v ^
16.s3
17However, ``*'', ``['', and ``?'' are recognized and \fIglob\fR is called.
18The main use of \fImsh\fR is to provide a command-executing
19facility for various interactive sub-systems.
20.sh "SEE ALSO"
21sh(I), glob(VII)