blob: bbf39109bcec97f3642a04ad2a3743446fe82d84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
.pa 1
.he 'MSH (VII)'6/15/72'MSH (VII)'
.ti 0
NAME msh -- mini-shell
.sp
.ti 0
SYNOPSIS /etc/msh
.sp
.ti 0
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 command.
The mini-shell supports few of the advanced features
of the Shell; none of the following characters is special:
> < $ \\ ; &
However, "*", "[", and "?" are recognized and glob____ is called.
The main use of msh___ is to provide a command-executing
facility for various interactive sub-systems.
.sp
.ti 0
FILES --
.sp
.ti 0
SEE ALSO sh(I), glob(VII)
.sp
.ti 0
DIAGNOSTICS "?"
.sp
.ti 0
BUGS --
|