оболочка, стандартный интерпретатор командного языка (shell, the standard command language interpreter)
Имя (Name)
sh — shell, the standard command language interpreter
Синопсис (Synopsis)
sh [
-abCefhimnuvx] [
-o option]
... [
+abCefhimnuvx] [
+o option]
...
[
command_file [
argument...]]
sh -c [
-abCefhimnuvx] [
-o option]
... [
+abCefhimnuvx] [
+o option]
...
command_string [
command_name [
argument...]]
sh -s [
-abCefhimnuvx] [
-o option]
... [
+abCefhimnuvx] [
+o option]
...
[
argument...]
Описание (Description)
The sh utility is a command language interpreter that shall
execute commands read from a command line string, the standard
input, or a specified file. The application shall ensure that the
commands to be executed are expressed in the language described
in Chapter 2, Shell Command Language.
Pathname expansion shall not fail due to the size of a file.
Shell input and output redirections have an implementation-
defined offset maximum that is established in the open file
description.