summaryrefslogtreecommitdiff
path: root/static/v10/man7/msh.7
diff options
context:
space:
mode:
Diffstat (limited to 'static/v10/man7/msh.7')
-rw-r--r--static/v10/man7/msh.734
1 files changed, 34 insertions, 0 deletions
diff --git a/static/v10/man7/msh.7 b/static/v10/man7/msh.7
new file mode 100644
index 00000000..bbf39109
--- /dev/null
+++ b/static/v10/man7/msh.7
@@ -0,0 +1,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 --