diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man7/msh.7 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/unix-v10/man7/msh.7')
| -rw-r--r-- | static/unix-v10/man7/msh.7 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/static/unix-v10/man7/msh.7 b/static/unix-v10/man7/msh.7 new file mode 100644 index 00000000..bbf39109 --- /dev/null +++ b/static/unix-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 -- |
