оболочка, стандартный интерпретатор командного языка (shell, the standard command language interpreter)
Примеры (Examples)
1. Execute a shell command from a string:
sh -c "cat myfile"
2. Execute a shell script from a file in the current directory:
sh my_shell_cmds